nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
Martin Weinelt a897099b4c
Merge pull request #284362 from mweinelt/mini-graph-card-0.12.0
home-assistant-custom-lovelace-modules.mini-graph-card: 0.11.0 -> 0.12.0
2024-01-29 03:24:28 +01:00
..
light-entity-card home-assistant-custom-lovelace-modules.light-entity-card: 6.1.1 -> 6.1.3 2024-01-28 22:38:53 +01:00
mini-graph-card home-assistant-custom-lovelace-modules.mini-graph-card: 0.11.0 -> 0.12.0 2024-01-28 00:10:58 +01:00
mini-media-player home-assistant-custom-lovelace-modules.mini-media-player: 1.16.8 -> 1.16.9 2024-01-28 01:01:34 +01:00
mushroom home-assistant-custom-lovelace-modules.mushroom: 3.2.3 -> 3.2.4 2024-01-14 15:43:30 +01:00
zigbee2mqtt-networkmap
default.nix home-assistant-custom-lovelace-modules.mushroom: init at 3.2.3 2024-01-05 19:40:30 +01:00
README.md

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";