Resolves #91: input_boolean action support
This commit is contained in:
parent
08c07e8398
commit
4b4fc338f6
@ -432,6 +432,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
|
||||
Widget result;
|
||||
switch (entity.domain) {
|
||||
case "automation":
|
||||
case "input_boolean":
|
||||
case "switch":
|
||||
case "light": {
|
||||
result = Switch(
|
||||
|
Reference in New Issue
Block a user