update code for #371

This commit is contained in:
Johannes
2022-09-18 19:57:02 +02:00
parent 74e69493b9
commit d6cfa22c92
2 changed files with 8 additions and 9 deletions

View File

@@ -565,7 +565,7 @@ class LuiPagesGen(object):
self._send_mqtt_msg(command)
def generate_power_page(self, navigation, heading, items):
command = f"entityUpd~{heading}~{navigation}~6666~A"
command = f"entityUpd~{heading}~{navigation}~6666~A~test"
for item in items:
entity = apis.ha_api.get_entity(item.entityId)
icon_color = self.get_entity_color(entity)