Compare commits

...

1 Commits

Author SHA1 Message Date
Johannes
b7de710de5 Update pages.py 2023-05-21 13:47:48 +02:00

View File

@@ -180,7 +180,7 @@ class LuiPagesGen(object):
# type of the item is the string before the "." in the entityId
if entityId is not None:
entityType = entityId.split(".")[0]
else
else:
entityType = "delete"
apis.ha_api.log(f"Generating item for {entityId} with type {entityType}", level="DEBUG")