nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
2024-04-03 18:52:48 +02:00
..
light-entity-card
mini-graph-card
mini-media-player
multiple-entity-row
mushroom home-assistant-custom-lovelace-modules.mushroom: 3.5.2 -> 3.5.4 2024-04-03 18:52:48 +02:00
zigbee2mqtt-networkmap
default.nix
README.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00

Packaging guidelines

Entrypoint

Every lovelace module has an entrypoint in the form of a .js file. By default the nixos module will try to load ${pname}.js when a module is configured.

The entrypoint used can be overridden in passthru like this:

{
  passthru.entrypoint = "demo-card-bundle.js";
}