nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
2024-09-14 09:00:35 +03:00
..
apexcharts-card
atomic-calendar-revive
button-card
card-mod
decluttering-card
hourly-weather home-assistant-custom-lovelace-modules.hourly-weather: init at 6.1.0 2024-08-30 17:08:17 +02: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
template-entity-row
universal-remote-card home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.3 -> 4.0.5 2024-09-14 09:00:35 +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";
}