Update nspanel-lovelace-ui.py

This commit is contained in:
Johannes
2022-03-21 15:46:04 +01:00
committed by GitHub
parent 32aa35d9c3
commit 5903239456

View File

@@ -18,8 +18,8 @@ class NsPanelLovelaceUIManager(hass.Hass):
class Updater:
def __init__(self, nsplui, mode):
self.desired_display_firmware_version = 13
self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-e780bf3.tft"
self.desired_display_firmware_version = 14
self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-bb0108d.tft"
self.desired_tasmota_driver_version = 3
self.desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"
@@ -681,4 +681,4 @@ class NsPanelLovelaceUI:
def send_message_page(self, id, heading, msg, b1, b2):
self.send_mqtt_msg(f"pageType,popupNotify")
self.send_mqtt_msg(f"entityUpdateDetail,|{id}|{heading}|65535|{b1}|65535|{b2}|65535|{msg}|65535|0")