1786289029
This commit is contained in:
@@ -97,6 +97,7 @@ export component Climate inherits Rectangle {
|
|||||||
|
|
||||||
for thermostat[index] in thermostats: ListTile {
|
for thermostat[index] in thermostats: ListTile {
|
||||||
avatar_icon: Icons.thermostat;
|
avatar_icon: Icons.thermostat;
|
||||||
|
avatar_foreground: Palette.foreground;
|
||||||
text: thermostat.name;
|
text: thermostat.name;
|
||||||
supporting-text: thermostat.available ? thermostat.state : "UNAVAILABLE";
|
supporting-text: thermostat.available ? thermostat.state : "UNAVAILABLE";
|
||||||
height: 72px;
|
height: 72px;
|
||||||
|
|||||||
Reference in New Issue
Block a user