From 76671902e03c55f6bdf22a74d44818202293bb39 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 6 Dec 2023 04:30:31 +0100 Subject: [PATCH] home-assistant-custom-lovelace-modules.light-entity-card: fix entrypoint --- .../custom-lovelace-modules/light-entity-card/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix index 0cdf9ee1677e..9c1e97b0f8ed 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix @@ -27,7 +27,7 @@ buildNpmPackage rec { runHook postInstall ''; - passthru.entrypoint = "light-entity-card"; + passthru.entrypoint = "light-entity-card.js"; meta = with lib; { description = "Control any light or switch entity";