fixed alerts

This commit is contained in:
Johannes Braun
2022-03-25 14:34:06 +01:00
parent 505db42064
commit 464e625eaa
4 changed files with 4 additions and 6 deletions

View File

@@ -1,8 +1,5 @@
import asyncio
import logging
import sys
import traceback
import uuid
import hassapi as hass
@@ -77,6 +74,6 @@ class NsPanelLovelaceUIManager(hass.Hass):
updater = Updater(send_mqtt_msg, topic_send, mode, desired_display_firmware_version, desired_display_firmware_url, desired_tasmota_driver_version, desired_tasmota_driver_url)
topic_recv = cfg.get("panelRecvTopic")
mqtt_listener = LuiMqttListener(mqtt_api, topic_recv, controller, updater)
LuiMqttListener(mqtt_api, topic_recv, controller, updater)
LOGGER.info('Started')