mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 07:24:24 +01:00
Update mqttListener.py
This commit is contained in:
@@ -54,6 +54,8 @@ class LuiMqttListener(object):
|
|||||||
|
|
||||||
if entity_id == "updateDisplayNoYes" and value == "yes":
|
if entity_id == "updateDisplayNoYes" and value == "yes":
|
||||||
self._updater.update_panel_driver()
|
self._updater.update_panel_driver()
|
||||||
|
if entity_id == "updateBerryNoYes" and value == "yes":
|
||||||
|
self._updater.update_berry_driver()
|
||||||
|
|
||||||
self._controller.button_press(entity_id, btype, value)
|
self._controller.button_press(entity_id, btype, value)
|
||||||
if msg[1] == "pageOpenDetail":
|
if msg[1] == "pageOpenDetail":
|
||||||
|
|||||||
Reference in New Issue
Block a user