1786289029

This commit is contained in:
2026-08-09 17:23:49 +02:00
parent 827dede10b
commit bc19895faa

View File

@@ -97,6 +97,7 @@ export component Climate inherits Rectangle {
for thermostat[index] in thermostats: ListTile {
avatar_icon: Icons.thermostat;
avatar_foreground: Palette.foreground;
text: thermostat.name;
supporting-text: thermostat.available ? thermostat.state : "UNAVAILABLE";
height: 72px;