nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
2024-11-13 18:14:07 +01: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
bubble-card bubble-card: init at 2.2.4 2024-10-31 15:26:59 +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
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 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
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
multiple-entity-row
mushroom home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) 2024-11-13 18:14:07 +01:00
rmv-card home-assistant-custom-lovelace-modules.rmv-card: init 2024-07-29 19:18:57 +02:00
sankey-chart home-assistant-custom-lovelace-modules.sankey-chart: init at 3.5.0 2024-10-31 22:12:44 +01: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.3 -> 4.2.0 (#355374) 2024-11-12 09:22:30 +01: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
weather-card home-assistant-custom-lovelace-modules.weather-card: init at 1.5.0 2024-11-02 11:59:42 +01: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.weather-card: init at 1.5.0 (#338239) 2024-11-02 16:23:11 +01: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";
}