From 9f9fd30df10708d98284bc6ebd4bd38507161a8d Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Fri, 25 Mar 2022 21:11:52 +0100 Subject: [PATCH] feat(home-assistant): allow UI defined scenes & scripts --- services/home-assistant.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = { };