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 componentDefault
[ ]
Example
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →with pkgs.home-assistant-custom-components; [ prometheus_sensor ];