nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
2024-10-24 09:34:56 +03:00
..
apexcharts-card home-assistant-custom-lovelace-modules.apexcharts-card: init at 2.1.2 2024-07-25 21:04:20 +02:00
atomic-calendar-revive home-assistant-custom-lovelace-modules.atomic-calendar-revive: init at 10.0.0 2024-07-29 19:18:56 +02:00
button-card
card-mod
decluttering-card
hourly-weather home-assistant-custom-lovelace-modules.hourly-weather: 6.2.0 -> 6.4.0 2024-10-20 06:18:34 +00:00
lg-webos-remote-control
light-entity-card
mini-graph-card
mini-media-player
multiple-entity-row
mushroom home-assistant-custom-lovelace-modules.mushroom: 4.0.6 -> 4.0.7 2024-09-05 00:41:01 +02:00
rmv-card home-assistant-custom-lovelace-modules.rmv-card: init 2024-07-29 19:18:57 +02:00
template-entity-row home-assistant-custom-lovelace-modules.template-entity-row: init at 1.4.1 2024-07-29 19:18:57 +02:00
universal-remote-card home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.1 -> 4.1.2 2024-10-24 09:34:56 +03:00
valetudo-map-card
zigbee2mqtt-networkmap
default.nix home-assistant-custom-lovelace-modules.universal-remote-card: 3.9.4 -> 4.0.0, rename 2024-09-05 11:59:42 +03: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";
}