mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-16 18:06:59 +01:00
Update config.py
This commit is contained in:
@@ -65,7 +65,7 @@ class Card(object):
|
|||||||
entitys = []
|
entitys = []
|
||||||
if self.entity is not None:
|
if self.entity is not None:
|
||||||
entitys.append(self.entity)
|
entitys.append(self.entity)
|
||||||
else:
|
if self.entities:
|
||||||
for e in self.entities:
|
for e in self.entities:
|
||||||
entitys.append(e)
|
entitys.append(e)
|
||||||
return entitys
|
return entitys
|
||||||
|
|||||||
Reference in New Issue
Block a user