services.home-assistant.blueprints.template

NixOS option

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

type: list of (path in the Nix store or absolute path convertible to it)
Default
[ ]
Example
[ "${pkgs.home-assistant.src}/homeassistant/components/template/blueprints/inverted_binary_sensor.yaml" ]
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →