diff --git a/apps/ui/templates/room.html b/apps/ui/templates/room.html index 4fe3525..df1e83b 100644 --- a/apps/ui/templates/room.html +++ b/apps/ui/templates/room.html @@ -28,7 +28,7 @@ font-size: 28px; margin-bottom: 8px; } - + .header { background: rgba(255, 255, 255, 0.95); border-radius: 12px; @@ -378,12 +378,9 @@ case 'thermostat': if (state.current != null) { - html = `
${state.current.toFixed(1)}°C
`; + html = `
${state.target.toFixed(1)}°C
`; if (state.target != null) { - html += `
Ziel: ${state.target}°C
`; - } - if (state.mode) { - html += `
Modus: ${state.mode}
`; + html += `
Ist: ${state.current}°C
`; } } break; diff --git a/config/devices.yaml b/config/devices.yaml index 8b533f4..4afb319 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -374,7 +374,7 @@ devices: model: "4058075208421" vendor: "LEDVANCE" - device_id: thermostat_wolfgang - name: Thermostat + name: Heizung type: thermostat cap_version: "thermostat@1.0.0" technology: zigbee2mqtt