about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-06 04:30:31 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-06 04:35:35 +0100
commit76671902e03c55f6bdf22a74d44818202293bb39 (patch)
treefaecc14485ef29d11e258efd60acd55885affa57 /pkgs/servers/home-assistant
parentd809a6f9c30d6d7dd0a87025553c28067810edf0 (diff)
downloadnixlib-76671902e03c55f6bdf22a74d44818202293bb39.tar
nixlib-76671902e03c55f6bdf22a74d44818202293bb39.tar.gz
nixlib-76671902e03c55f6bdf22a74d44818202293bb39.tar.bz2
nixlib-76671902e03c55f6bdf22a74d44818202293bb39.tar.lz
nixlib-76671902e03c55f6bdf22a74d44818202293bb39.tar.xz
nixlib-76671902e03c55f6bdf22a74d44818202293bb39.tar.zst
nixlib-76671902e03c55f6bdf22a74d44818202293bb39.zip
home-assistant-custom-lovelace-modules.light-entity-card: fix entrypoint
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix2
1 files changed, 1 insertions, 1 deletions
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";