From 6cd8755e56e3ba0cd54c6370a19dcdac2603e924 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 26 Aug 2023 20:02:09 -0500 Subject: [PATCH] Make home-assistant import the UI bits --- hosts/genesis/home-assistant.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/genesis/home-assistant.nix b/hosts/genesis/home-assistant.nix index 357a5b8..12b2338 100755 --- a/hosts/genesis/home-assistant.nix +++ b/hosts/genesis/home-assistant.nix @@ -36,9 +36,9 @@ in server_host = "127.0.0.1"; }; #"automation manual" = *nix config here* and so on - "automation ui" = ""; - "script ui" = ""; - "scene ui" = ""; + "automation ui" = "!include automations.yaml"; + "script ui" = "!include scripts.yaml"; + "scene ui" = "!include scenes.yaml"; }; };