mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-29 02:44:20 +01:00
Update config.py
This commit is contained in:
@@ -78,7 +78,7 @@ class Card(object):
|
||||
val = self.raw_config.get(ent_key)
|
||||
if val is not None:
|
||||
#entityIds[f"{ent_key}."] = val.get("entity")
|
||||
ntityIds.setdefault(self.entity.uuid, []).append(val.get("entity"))
|
||||
entityIds.setdefault(self.entity.uuid, []).append(val.get("entity"))
|
||||
if uuid:
|
||||
return entityIds
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user