fix updater msg and bump to v1.8.3

This commit is contained in:
joBr99
2022-03-26 16:40:36 +01:00
parent 9ae50a5bb2
commit dad97a5ca0
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -64,8 +64,8 @@ class NsPanelLovelaceUIManager(hass.Hass):
controller = LuiController(self, cfg, send_mqtt_msg) controller = LuiController(self, cfg, send_mqtt_msg)
desired_display_firmware_version = 18 desired_display_firmware_version = 19
desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-v1.8.2.tft" desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-v1.8.3.tft"
desired_tasmota_driver_version = 3 desired_tasmota_driver_version = 3
desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be" desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"