mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 07:24:24 +01:00
fix icon
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user