change insel popup cmd

This commit is contained in:
joBr99
2022-10-31 20:24:29 +01:00
parent 1e24c44723
commit 8e2ec7ca18
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -813,7 +813,7 @@ class LuiPagesGen(object):
if ha_type == "light":
options = entity.attributes.get("effect_list", [])
options = "?".join(options)
self._send_mqtt_msg(f"entityUpdateDetail~{entity_id}~~{icon_color}~{ha_type}~{entity.state}~{options}~")
self._send_mqtt_msg(f"entityUpdateDetail2~{entity_id}~~{icon_color}~{ha_type}~{entity.state}~{options}~")
def send_message_page(self, ident, heading, msg, b1, b2):
self._send_mqtt_msg(f"pageType~popupNotify")