diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/horizon-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/horizon-card/package.nix index 7664dfc4f47a..1c4aed328a8d 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/horizon-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/horizon-card/package.nix @@ -48,6 +48,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; + passthru.entrypoint = "lovelace-horizon-card.js"; + meta = { description = "Sun Card successor: Visualize the position of the Sun over the horizon"; homepage = "https://github.com/rejuvenate/lovelace-horizon-card";