bump version for next release

This commit is contained in:
Johannes
2022-03-22 23:44:28 +01:00
parent 5dd7dd2c77
commit 6d80a53e9c
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -18,8 +18,8 @@ class NsPanelLovelaceUIManager(hass.Hass):
class Updater:
def __init__(self, nsplui, mode):
self.desired_display_firmware_version = 15
self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-1f7a3d5.tft"
self.desired_display_firmware_version = 16
self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-v1.7.0.tft"
self.desired_tasmota_driver_version = 3
self.desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"