added some icons #120

This commit is contained in:
joBr99
2022-04-03 18:01:57 +02:00
parent a9f6ac6059
commit 0f9453c077
10 changed files with 18 additions and 3 deletions

View File

@@ -55,6 +55,11 @@ icons = {
'fireplace': 53,
'arrow-left-bold': 54,
'arrow-right-bold': 55,
'sofa': 56,
'garage-variant': 57,
'bed': 58,
'soccer': 59,
'silverware-variant': 60,
}
def get_icon_id(ma_name):

View File

@@ -63,8 +63,8 @@ class NsPanelLovelaceUIManager(hass.Hass):
controller = LuiController(self, cfg, send_mqtt_msg)
desired_display_firmware_version = 28
version = "v2.5.0"
desired_display_firmware_version = 29
version = "v2.5.5"
model = cfg.get("model")
if model == "us-l":