Update pages.py

This commit is contained in:
joBr99
2022-04-03 20:53:28 +02:00
committed by GitHub
parent 07fd8d5e2f
commit cc2e79989d

View File

@@ -68,7 +68,7 @@ class LuiPagesGen(object):
if self._ha_api.entity_exists(we_name):
we = self._ha_api.get_entity(we_name)
else:
LOGGER.error("Skipping Weather Update, entity {we_name} not found")
LOGGER.error(f"Skipping Weather Update, entity {we_name} not found")
return
icon_cur = get_icon_id_ha("weather", state=we.state)