From 30aa16295f49deea44bee947552d9ddf9a11d2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 14 May 2026 03:53:17 +0200 Subject: [PATCH] home-assistant-custom-lovelace-modules.horizon-card: fix entrypoint --- .../custom-lovelace-modules/horizon-card/package.nix | 2 ++ 1 file changed, 2 insertions(+) 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";