MyNixOS website logo
option

services.home-assistant.blueprints.automation

List of automation blueprints to install into ${config.services.home-assistant.configDir}/blueprints/automation.

Declarations
Type
list of (path in the Nix store or absolute path convertible to it)
Default
[ ]
Example
[
  (pkgs.fetchurl {
    url = "https://github.com/home-assistant/core/raw/2025.1.4/homeassistant/components/automation/blueprints/motion_light.yaml";
    hash = "sha256-4HrDX65ycBMfEY2nZ7A25/d3ZnIHdpHZ+80Cblp+P5w=";
  })
]