From fb38c4e4bcd84213efcc2e0707e329d42a037d83 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 4 Dec 2024 12:40:40 -0500 Subject: [PATCH] added automation script scene and group yaml file --- systems/jeeves/home_assistant.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/jeeves/home_assistant.nix b/systems/jeeves/home_assistant.nix index f99bf0c..ada225c 100644 --- a/systems/jeeves/home_assistant.nix +++ b/systems/jeeves/home_assistant.nix @@ -38,6 +38,10 @@ in sun = { }; webhook = { }; zeroconf = { }; + automation = "!include automations.yaml"; + script = "!include scripts.yaml"; + scene = "!include scenes.yaml"; + group = "!include groups.yaml"; }; extraPackages = python3Packages: with python3Packages; [