MyNixOS website logo
option

services.home-assistant.customLovelaceModules

List of custom lovelace card packages to load as lovelace resources.

Available cards can be found below pkgs.home-assistant-custom-lovelace-modules.

Automatic loading only works with lovelace in yaml mode.
Declarations
Type
list of package
Default
[ ]
Example
with pkgs.home-assistant-custom-lovelace-modules; [
  mini-graph-card
  mini-media-player
];