sync some more changes to US-P

This commit is contained in:
joBr99
2023-01-22 12:49:55 +01:00
parent 2ce697deac
commit 8ed59fb8f1
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -134,7 +134,7 @@ class LuiPagesGen(object):
item_str = ""
for item in entities:
item_str += self.generate_entities_item(item, "cardGrid")
item_str += self.generate_entities_item(item, "cardEntities")
self._send_mqtt_msg(f"weatherUpdate{item_str}")