mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
b1ddeedea6
Minimalistic media card for Home Assistant Lovelace UI https://github.com/kalkih/mini-media-player |
||
---|---|---|
.. | ||
mini-graph-card | ||
mini-media-player | ||
default.nix | ||
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";