Update mqttListener.py

This commit is contained in:
Johannes
2022-04-12 20:23:00 +02:00
committed by GitHub
parent c923f7058b
commit 756e212d34

View File

@@ -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":