From 5c03c7f95c9031242ea2c7305f7bd0b9c5c5875a Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 6 Jan 2024 15:24:29 +0000 Subject: [PATCH] Include generated automations and scenes in config --- hosts/pi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pi/default.nix b/hosts/pi/default.nix index 971f6e7..5f77857 100644 --- a/hosts/pi/default.nix +++ b/hosts/pi/default.nix @@ -132,6 +132,8 @@ unit_system = "metric"; }; mqtt = { }; + scene = "!include scenes.yaml"; + automation = "!include automations.yaml"; system_health = { }; recorder = { purge_keep_days = 365;