This commit is contained in:
Johannes
2022-11-26 23:33:17 +01:00
committed by GitHub
parent 4a1578c145
commit dff517fddc

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":