mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-16 18:06:59 +01:00
fixed altert
This commit is contained in:
@@ -103,7 +103,6 @@ class LuiPagesGen(object):
|
|||||||
if item_type == "delete":
|
if item_type == "delete":
|
||||||
return f",{item_type},,,,,"
|
return f",{item_type},,,,,"
|
||||||
if item_type == "navigate":
|
if item_type == "navigate":
|
||||||
icon_id = get_icon_id_ha("button", overwrite=icon)
|
|
||||||
text = get_translation(self._locale,"PRESS")
|
text = get_translation(self._locale,"PRESS")
|
||||||
return f",button,{item},0,17299,{item},{text}"
|
return f",button,{item},0,17299,{item},{text}"
|
||||||
if not self._ha_api.entity_exists(item):
|
if not self._ha_api.entity_exists(item):
|
||||||
|
|||||||
Reference in New Issue
Block a user