mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-26 19:02:15 +01:00
start refactoring the way ha api is called
This commit is contained in:
@@ -18,7 +18,7 @@ class NsPanelLovelaceUIManager(hass.Hass):
|
||||
# Request Tasmota Driver Version
|
||||
mqtt_api.mqtt_publish(topic_send.replace("CustomSend", "GetDriverVersion"), "x")
|
||||
|
||||
controller = LuiController(self, cfg, mqttsend.send_mqtt_msg)
|
||||
controller = LuiController(cfg, mqttsend.send_mqtt_msg)
|
||||
|
||||
desired_display_firmware_version = 41
|
||||
version = "v3.3.1"
|
||||
|
||||
Reference in New Issue
Block a user