implement popup on card thermo

This commit is contained in:
joBr99
2023-12-02 16:20:31 +01:00
parent adcb618a11
commit 206739dcc5
4 changed files with 32 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ class LovelaceUIPanel:
# send update for detail popup in case it's open
etype = entity_id.split('.')[0]
if etype in ['light', 'timer', 'cover', 'input_select', 'select', 'fan']:
if etype in ['light', 'timer', 'cover', 'input_select', 'select', 'fan', 'climate']:
# figure out iid of entity
entity_id_iid = ""
for e in self.current_card.entities: