From 4e41d2a44dde45e234a7795e5a502d21ad484d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 17 Feb 2024 02:46:06 +0100 Subject: [PATCH] home-assistant: label automation include --- modules/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-assistant.nix b/modules/home-assistant.nix index 1fbe139..bd66f1e 100644 --- a/modules/home-assistant.nix +++ b/modules/home-assistant.nix @@ -75,7 +75,7 @@ in config.services.home-assistant = lib.mkMerge [ (lib.mkIf (cfg.enable && cfg.recommendedDefaults) { config = { - automation = "!include automations.yaml"; + "automation ui" = "!include automations.yaml"; default_config = { }; # yes, this is required... homeassistant = { # required for https://github.com/home-assistant/core/pull/107419 to allow new users