mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-11 07:46:33 +01:00
implements #595
This commit is contained in:
@@ -341,7 +341,7 @@ class LuiPagesGen(object):
|
|||||||
elif entityType == "input_text":
|
elif entityType == "input_text":
|
||||||
entityTypePanel = "text"
|
entityTypePanel = "text"
|
||||||
value = entity.state
|
value = entity.state
|
||||||
elif entityType == "input_select":
|
elif entityType in [input_select", "select"]:
|
||||||
entityTypePanel = "input_sel"
|
entityTypePanel = "input_sel"
|
||||||
value = entity.state
|
value = entity.state
|
||||||
elif entityType == "vacuum":
|
elif entityType == "vacuum":
|
||||||
|
|||||||
Reference in New Issue
Block a user