nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
2024-06-13 02:25:58 +00:00
..
android-tv-card home-assistant-custom-lovelace-modules.android-tv-card: 3.7.4 -> 3.8.0 2024-06-13 02:25:58 +00:00
button-card home-assistant-custom-lovelace-modules.button-card: init at 4.1.2 2024-05-05 22:37:05 +03:00
card-mod home-assistant-custom-lovelace-modules.card-mod: init at 3.4.3 2024-05-05 22:38:26 +03:00
decluttering-card home-assistant-custom-lovelace-modules.decluttering-card: init at 1.0.0 2024-05-05 22:38:59 +03:00
lg-webos-remote-control home-assistant-custom-lovelace-modules.lg-webos-remote-control: init at 2.0.3 2024-05-05 22:39:30 +03: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.12.0 -> 0.12.1 2024-03-20 21:34:10 +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
multiple-entity-row home-assistant-custom-lovelace-modules.multiple-entity-row: 4.5.0 -> 4.5.1 2024-02-23 01:42:47 +01:00
mushroom home-assistant-custom-lovelace-modules.mushroom: 3.6.1 -> 3.6.2 2024-06-07 07:51:23 +00:00
valetudo-map-card home-assistant-custom-lovelace-modules.valetudo-map-card: init at 2023.04.0 2024-05-05 22:40:09 +03:00
zigbee2mqtt-networkmap home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap: unstable-2023-12-16 -> 0.9.0 2024-05-07 20:39:15 +08:00
default.nix home-assistant-custom-lovelace-modules.valetudo-map-card: init at 2023.04.0 2024-05-05 22:40:09 +03:00
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";
}