fixed state callback

This commit is contained in:
Johannes
2022-03-19 16:23:23 +01:00
committed by GitHub
parent f3351af4e5
commit 39e44bc820

View File

@@ -306,7 +306,7 @@ class NsPanelLovelaceUI:
if entity in items:
self.api.log("State change on current page for {0}".format(entity), level="DEBUG")
# send update of the page
command = self.generate_
command = self.generate_page(items)
self.send_mqtt_msg(command)
if(entity.startswith("cover")):
self.generate_detail_page("popupShutter", entity)