feat(home-assistant): allow UI defined scenes & scripts
This commit is contained in:
parent
296e321d69
commit
9f9fd30df1
|
@ -46,6 +46,8 @@ in {
|
||||||
trusted_proxies = [ "127.0.0.1" "::1" ];
|
trusted_proxies = [ "127.0.0.1" "::1" ];
|
||||||
};
|
};
|
||||||
"automation editor" = "!include automations.yaml";
|
"automation editor" = "!include automations.yaml";
|
||||||
|
"scene editor" = "!include scenes.yaml";
|
||||||
|
"script editor" = "!include scripts.yaml";
|
||||||
automation = { };
|
automation = { };
|
||||||
frontend = { };
|
frontend = { };
|
||||||
mobile_app = { };
|
mobile_app = { };
|
||||||
|
|
Loading…
Reference in a new issue