mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 15:04:24 +01:00
remove icon override for now
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user