mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-27 18:04:24 +01:00
fix add update check
This commit is contained in:
@@ -41,7 +41,7 @@ class LuiMqttListener(object):
|
||||
if msg[1] == "screensaverOpen":
|
||||
self._controller.weather_update("")
|
||||
# try to request tasmota driver version again in case it's still None
|
||||
self._updater.current_tasmota_driver_version is None:
|
||||
if self._updater.current_tasmota_driver_version is None:
|
||||
self._updater.request_berry_driver_version()
|
||||
if msg[1] == "buttonPress2":
|
||||
entity_id = msg[2]
|
||||
|
||||
Reference in New Issue
Block a user