22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-02 14:29:23 +02:00

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

View File

@ -75,7 +75,7 @@ in
config.services.home-assistant = lib.mkMerge [ config.services.home-assistant = lib.mkMerge [
(lib.mkIf (cfg.enable && cfg.recommendedDefaults) { (lib.mkIf (cfg.enable && cfg.recommendedDefaults) {
config = { config = {
automation = "!include automations.yaml"; "automation ui" = "!include automations.yaml";
default_config = { }; # yes, this is required... default_config = { }; # yes, this is required...
homeassistant = { homeassistant = {
# required for https://github.com/home-assistant/core/pull/107419 to allow new users # required for https://github.com/home-assistant/core/pull/107419 to allow new users