Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui

This commit is contained in:
Johannes Braun
2022-11-27 00:16:06 +01:00
37 changed files with 1180 additions and 2136 deletions

View File

@@ -341,7 +341,7 @@ class LuiPagesGen(object):
elif entityType == "input_text":
entityTypePanel = "text"
value = entity.state
elif entityType in [input_select", "select"]:
elif entityType in ["input_select", "select"]:
entityTypePanel = "input_sel"
value = entity.state
elif entityType == "vacuum":