mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 14:37:01 +01:00
fix icon rendering
This commit is contained in:
@@ -96,7 +96,7 @@ class LovelaceUIPanel:
|
||||
return self.hidden_cards[iid]
|
||||
|
||||
def ha_event_callback(self, entity_id):
|
||||
logging.debug(f"{self.name} {entity_id} updated/state changed")
|
||||
#logging.debug(f"{self.name} {entity_id} updated/state changed")
|
||||
if entity_id in self.current_card.get_entities():
|
||||
self.render_current_page(requested=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user