Update panel.py

This commit is contained in:
Johannes
2023-11-24 21:10:08 +01:00
committed by GitHub
parent 658348b4fd
commit 46a3c4b612

View File

@@ -98,7 +98,7 @@ class LovelaceUIPanel:
def ha_event_callback(self, entity_id):
#logging.debug(f"{entity_id} updated/state changed")
if entity_id in self.current_card.get_entities():
self.render_current_page()
self.render_current_page(requested=True)
# send update for detail popup in case it's open
etype = entity_id.split('.')[0]