This commit is contained in:
Johannes
2022-05-15 10:49:55 +02:00
parent 34cdc8b4e9
commit feda782e17
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -206,7 +206,7 @@ class LuiPagesGen(object):
temperature_unit = "°C"
else:
temperature_unit_icon = get_icon_id("temperature-celsius")
temperature_unit_icon = get_icon_id("temperature-fahrenheit")
temperature_unit = "°F"
if not self._ha_api.entity_exists(item):