nixpkgs/pkgs/servers/home-assistant/custom-lovelace-modules
2024-11-22 20:46:57 +01:00
..
apexcharts-card
atomic-calendar-revive
bubble-card bubble-card: init at 2.2.4 2024-10-31 15:26:59 +00:00
button-card
card-mod
decluttering-card
hourly-weather
lg-webos-remote-control
light-entity-card
mini-graph-card
mini-media-player
multiple-entity-row
mushroom home-assistant-custom-lovelace-modules.mushroom: 4.1.1 -> 4.2.0 2024-11-22 20:46:57 +01:00
rmv-card
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
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
weather-card home-assistant-custom-lovelace-modules.weather-card: init at 1.5.0 2024-11-02 11:59:42 +01:00
zigbee2mqtt-networkmap
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

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