mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-28 18:34:19 +01:00
reg callbacks for hidden page items
This commit is contained in:
@@ -138,6 +138,7 @@ class LuiBackendConfig(object):
|
||||
entities.extend(card.get_entity_list())
|
||||
for card in self._config_hidden_cards:
|
||||
entities.extend(card.get_entity_list())
|
||||
return entities
|
||||
|
||||
def getCard(self, pos):
|
||||
card = self._config_cards[pos%len(self._config_cards)]
|
||||
|
||||
Reference in New Issue
Block a user