implemented navigation on cardEntities Grid and Thermo

This commit is contained in:
Johannes
2022-03-31 16:18:44 +02:00
parent 4f4d12759b
commit 5ea5c76b57
8 changed files with 102 additions and 5 deletions

View File

@@ -234,7 +234,7 @@ class LuiPagesGen(object):
icon_res = ","*4*padding_len + icon_res + ","*4*padding_len
# use first 5 icons
icon_res = icon_res + ","*4*4
command = f"entityUpd,{item},{heading},{current_temp},{dest_temp},{status},{min_temp},{max_temp},{step_temp}{icon_res}"
command = f"entityUpd,{heading},,{item},{current_temp},{dest_temp},{status},{min_temp},{max_temp},{step_temp}{icon_res}"
self._send_mqtt_msg(command)
def generate_media_page(self, item):