mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-26 19:02:15 +01:00
fix callbacks
This commit is contained in:
@@ -154,7 +154,7 @@ def setup_panels():
|
||||
if "hiddenCards" not in settings_panel:
|
||||
settings_panel["hiddenCards"] = settings.get("hiddenCards", [])
|
||||
|
||||
panels[name] = LovelaceUIPanel(client, name, settings_panel)
|
||||
panels[name] = LovelaceUIPanel(name, settings_panel)
|
||||
libs.panel_cmd.page_type(
|
||||
settings_panel["panelSendTopic"], "pageStartup")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user