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