update code for #371

This commit is contained in:
joBr99
2022-09-18 19:57:02 +02:00
parent b3ccf63794
commit 63fc308993
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)