feat(home-assistant): allow UI defined scenes & scripts

This commit is contained in:
Felix Schröter 2022-03-25 21:11:52 +01:00
parent 296e321d69
commit 9f9fd30df1
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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 = { };