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;
|
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(
|
||||||
|
Reference in New Issue
Block a user