Skip to content

Commit

Permalink
home-assistant: label automation include
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Feb 17, 2024
1 parent 51b2e85 commit 4e41d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e41d2a

Please sign in to comment.