mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
fix screensaver navigation
This commit is contained in:
@@ -148,7 +148,7 @@ class LuiBackendConfig(object):
|
||||
if card.id == id:
|
||||
return card
|
||||
if self._config_screensaver.id == id:
|
||||
return screensaver
|
||||
return self._config_screensaver
|
||||
for card in self._config_hidden_cards:
|
||||
if card.id == id:
|
||||
return card
|
||||
Reference in New Issue
Block a user