MyNixOS website logo
option

services.home-assistant.customComponents

List of custom component packages to install.

Available components can be found below pkgs.home-assistant-custom-components.

Declarations
Type
list of package
Default
[ ]
Example
with pkgs.home-assistant-custom-components; [
  prometheus_sensor
];