From dff517fddc6039ff0e8ebc2103216f7993cc819b Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 26 Nov 2022 23:33:17 +0100 Subject: [PATCH] fix #595 --- apps/nspanel-lovelace-ui/luibackend/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/pages.py b/apps/nspanel-lovelace-ui/luibackend/pages.py index 07e14c36..6066104a 100644 --- a/apps/nspanel-lovelace-ui/luibackend/pages.py +++ b/apps/nspanel-lovelace-ui/luibackend/pages.py @@ -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":