services.home-assistant.customComponents

NixOS option

List of custom component packages to install. Available components can be found below pkgs.home-assistant-custom-components.

type: list of package that is a Home Assistant component
Default
[ ]
Example
with pkgs.home-assistant-custom-components; [
  prometheus_sensor
];
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →