mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +01:00
fixes #936
This commit is contained in:
@@ -198,8 +198,8 @@ class LuiPagesGen(object):
|
|||||||
return ""
|
return ""
|
||||||
if item.condStateNot is not None and item.condStateNot == state:
|
if item.condStateNot is not None and item.condStateNot == state:
|
||||||
return ""
|
return ""
|
||||||
if item.condTemplate is not None and apis.ha_api.render_template(item.condTemplate):
|
if item.condTemplate is not None and apis.ha_api.render_template(item.condTemplate):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
# Internal types
|
# Internal types
|
||||||
if entityType == "delete":
|
if entityType == "delete":
|
||||||
|
|||||||
Reference in New Issue
Block a user