fix icon rendering

This commit is contained in:
joBr99
2023-11-24 23:11:22 +01:00
parent 9a4a42f7ac
commit 2f2bc406f2
3 changed files with 6 additions and 6 deletions

View File

@@ -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)