This commit is contained in:
joBr99
2023-11-19 19:17:16 +01:00
parent 6df63ea67e
commit 13ec7b606e
2 changed files with 34 additions and 31 deletions

View File

@@ -157,6 +157,8 @@ class LovelaceUIPanel:
ha_control.button_press(entity_id, value)
if btype == "OnOff":
ha_control.on_off(entity_id, value)
if btype == "number-set":
ha_control.number_set(entity_id, value)
if msg[1] == "pageOpenDetail":
print("pageOpenDetail")