Resolves #91: input_boolean action support

This commit is contained in:
estevez 2018-09-29 12:15:31 +03:00
parent 08c07e8398
commit 4b4fc338f6

View File

@ -432,6 +432,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
Widget result; Widget result;
switch (entity.domain) { switch (entity.domain) {
case "automation": case "automation":
case "input_boolean":
case "switch": case "switch":
case "light": { case "light": {
result = Switch( result = Switch(