home-assistant-custom-lovelace-modules.auto-entities: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-06-14 01:46:54 +00:00
parent a18d24ff2b
commit e5ccf8ec3a
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "auto-entities";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "Lint-Free-Technology";
repo = "lovelace-auto-entities";
tag = "v${version}";
hash = "sha256-2uZtL2w/KntBReF//3WTrHAQrYJO24jJYWJZ8/mpsIY=";
hash = "sha256-m8rR4IqB4k3ZJAJVR6A1lzCTutDdbuWBEIBd+6xIh6Y=";
};
npmDepsHash = "sha256-UYpkIKr4/lAfvf+H09uZ8tksnucjpHWiWvWvPKfva2I=";
npmDepsHash = "sha256-jQfEUWlxavD4+RsfA1vQlwtkP0uAzNVs8aC93ccQcEk=";
installPhase = ''
runHook preInstall