mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 23:14:25 +01:00
added some icons #120
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -57,7 +57,12 @@ icons = [
|
|||||||
"radio",
|
"radio",
|
||||||
"fireplace",
|
"fireplace",
|
||||||
"arrow-left-bold",
|
"arrow-left-bold",
|
||||||
"arrow-right-bold"
|
"arrow-right-bold",
|
||||||
|
"sofa",
|
||||||
|
"garage-variant",
|
||||||
|
"bed",
|
||||||
|
"soccer",
|
||||||
|
"silverware-variant"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -60,3 +60,8 @@ ID | MD Icon Name | Icon
|
|||||||
53 | fireplace | 
|
53 | fireplace | 
|
||||||
54 | arrow-left-bold | 
|
54 | arrow-left-bold | 
|
||||||
55 | arrow-right-bold | 
|
55 | arrow-right-bold | 
|
||||||
|
56 | sofa | 
|
||||||
|
57 | garage-variant | 
|
||||||
|
58 | bed | 
|
||||||
|
59 | soccer | 
|
||||||
|
60 | silverware-variant | 
|
||||||
|
|||||||
BIN
HMI/nspanel.HMI
BIN
HMI/nspanel.HMI
Binary file not shown.
BIN
HMI/nspanel.tft
BIN
HMI/nspanel.tft
Binary file not shown.
@@ -55,6 +55,11 @@ icons = {
|
|||||||
'fireplace': 53,
|
'fireplace': 53,
|
||||||
'arrow-left-bold': 54,
|
'arrow-left-bold': 54,
|
||||||
'arrow-right-bold': 55,
|
'arrow-right-bold': 55,
|
||||||
|
'sofa': 56,
|
||||||
|
'garage-variant': 57,
|
||||||
|
'bed': 58,
|
||||||
|
'soccer': 59,
|
||||||
|
'silverware-variant': 60,
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_icon_id(ma_name):
|
def get_icon_id(ma_name):
|
||||||
|
|||||||
@@ -63,8 +63,8 @@ class NsPanelLovelaceUIManager(hass.Hass):
|
|||||||
|
|
||||||
controller = LuiController(self, cfg, send_mqtt_msg)
|
controller = LuiController(self, cfg, send_mqtt_msg)
|
||||||
|
|
||||||
desired_display_firmware_version = 28
|
desired_display_firmware_version = 29
|
||||||
version = "v2.5.0"
|
version = "v2.5.5"
|
||||||
|
|
||||||
model = cfg.get("model")
|
model = cfg.get("model")
|
||||||
if model == "us-l":
|
if model == "us-l":
|
||||||
|
|||||||
Reference in New Issue
Block a user