Fix input_boolean control

This commit is contained in:
estevez
2018-10-03 09:50:14 +03:00
parent 7f2611b410
commit 908563063a

View File

@ -106,7 +106,7 @@ class EntityWidget extends StatefulWidget {
_EntityWidgetState createState() { _EntityWidgetState createState() {
switch (entity.domain) { switch (entity.domain) {
case "automation": case "automation":
case "input_boolean ": case "input_boolean":
case "switch": case "switch":
case "light": { case "light": {
return _SwitchEntityWidgetState(); return _SwitchEntityWidgetState();