grid fix 5
This commit is contained in:
@@ -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 = `<div class="state-primary">${state.current.toFixed(1)}°C</div>`;
|
||||
html = `<div class="state-primary">${state.target.toFixed(1)}°C</div>`;
|
||||
if (state.target != null) {
|
||||
html += `<div class="state-secondary">Ziel: ${state.target}°C</div>`;
|
||||
}
|
||||
if (state.mode) {
|
||||
html += `<div class="state-secondary">Modus: ${state.mode}</div>`;
|
||||
html += `<div class="state-secondary">Ist: ${state.current}°C</div>`;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user