fix callbacks

This commit is contained in:
joBr99
2023-11-25 00:54:34 +01:00
parent 2944044a4a
commit 2c3bd3a88e
2 changed files with 6 additions and 5 deletions

View File

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