mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-26 01:14:25 +01:00
fixed function call
This commit is contained in:
@@ -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_page(items)
|
||||
command = self.generate_entities_page(items)
|
||||
self.send_mqtt_msg(command)
|
||||
if(entity.startswith("cover")):
|
||||
self.generate_detail_page("popupShutter", entity)
|
||||
|
||||
Reference in New Issue
Block a user