reg callbacks for hidden page items

This commit is contained in:
joBr99
2022-04-02 22:01:22 +02:00
parent 89a58de30d
commit 8a63a983ca

View File

@@ -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)]