remove icon override for now

This commit is contained in:
Johannes
2022-05-22 10:01:22 +02:00
parent bb65a3cc54
commit 007e5ffaa7

View File

@@ -423,8 +423,7 @@ class LuiPagesGen(object):
def generate_shutter_detail_page(self, entity): def generate_shutter_detail_page(self, entity):
entity = self._ha_api.get_entity(entity) entity = self._ha_api.get_entity(entity)
icon = entity.iconOverride icon_id = get_icon_id_ha("cover", state=entity.state)
icon_id = get_icon_id_ha("cover", state=entity.state, overwrite=icon)
pos = entity.attributes.get("current_position") pos = entity.attributes.get("current_position")
if pos is None: if pos is None: