home-assistant-custom-lovelace-modules.light-entity-card: fix entrypoint

This commit is contained in:
Martin Weinelt 2023-12-06 04:30:31 +01:00
parent d809a6f9c3
commit 76671902e0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";