home-assistant-custom-lovelace-modules.light-entity-card: fix entrypoint
This commit is contained in:
parent
d809a6f9c3
commit
76671902e0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ buildNpmPackage rec {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.entrypoint = "light-entity-card";
|
passthru.entrypoint = "light-entity-card.js";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Control any light or switch entity";
|
description = "Control any light or switch entity";
|
||||||
|
|
Loading…
Reference in a new issue