From 9f38ae62965db56f60f4d442e216d0037f29f072 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Wed, 5 Oct 2022 10:45:49 -0700 Subject: [PATCH] feat: hass scenes/automations via UI --- nixos/systems/tewi/home-assistant.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index a5624554..94c26119 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -104,6 +104,12 @@ platform = "google_translate"; service_name = "google_say"; }]; + # https://nixos.wiki/wiki/Home_Assistant#Combine_declarative_and_UI_defined_automations + "automation manual" = [ ]; + "automation ui" = "!include automations.yaml"; + # https://nixos.wiki/wiki/Home_Assistant#Combine_declarative_and_UI_defined_scenes + "scene manual" = []; + "scene ui" = "!include scenes.yaml"; }; extraPackages = python3Packages: with python3Packages; [ psycopg2