home-assistant: label automation include

This commit is contained in:
Sandro - 2024-02-17 02:46:06 +01:00
parent 51b2e856f3
commit 4e41d2a44d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -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