style: add heater_generic icon

This commit is contained in:
alfrix
2022-04-01 20:28:00 -03:00
parent c33659c6f7
commit ab38dab291
8 changed files with 326 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ class TemperaturePanel(ScreenPanel):
for d in self.devices:
if "heater_generic" in d:
h += 1
image = "heat-up"
image = "heater"
class_name = "graph_label_sensor_%s" % h
type = "sensor"
elif device.startswith("temperature_fan"):