diff --git a/services/home-assistant.nix b/services/home-assistant.nix index 7f338e2..9eeeb24 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -46,6 +46,8 @@ in { trusted_proxies = [ "127.0.0.1" "::1" ]; }; "automation editor" = "!include automations.yaml"; + "scene editor" = "!include scenes.yaml"; + "script editor" = "!include scripts.yaml"; automation = { }; frontend = { }; mobile_app = { };