changed behaviour of light detail page

This commit is contained in:
joBr99
2022-03-22 16:32:02 +01:00
parent 581072fe10
commit 473c83e1b1
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -664,4 +664,4 @@ class LovelaceUIPanel:
def send_message_page(self, id, heading, msg, b1, b2):
self.send_mqtt_msg(f"pageType,popupNotify")
self.send_mqtt_msg(f"entityUpdateDetail,|{id}|{heading}|65535|{b1}|65535|{b2}|65535|{msg}|65535|0")