Update mqttListener.py

This commit is contained in:
joBr99
2022-04-12 20:23:00 +02:00
committed by GitHub
parent d2effb6b79
commit bde506d18c

View File

@@ -54,6 +54,8 @@ class LuiMqttListener(object):
if entity_id == "updateDisplayNoYes" and value == "yes":
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)
if msg[1] == "pageOpenDetail":