mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-25 08:54:26 +01:00
fix #595
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user