From 9711cdc74b77060719814141ea901cb54c8edef3 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 27 Dec 2022 01:06:09 +0100 Subject: [PATCH] Update nspanel-lovelace-ui.py --- apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py index fe2ea25f..e64a4865 100644 --- a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py +++ b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py @@ -34,7 +34,7 @@ class NsPanelLovelaceUIManager(hass.Hass): # eu version desired_display_firmware_url = f"http://nspanel.pky.eu/lovelace-ui/github/nspanel-{version}.tft" - desired_tasmota_driver_version = 7 + desired_tasmota_driver_version = 8 desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be" mode = cfg.get("updateMode")