This commit is contained in:
Johannes
2022-11-26 01:26:54 +01:00
committed by GitHub
parent 53f9907a28
commit aa04f6dd8f

View File

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