home-assistant-custom-lovelace-modules.auto-entities: 2.5.0 -> 2.6.0

https://github.com/Lint-Free-Technology/lovelace-auto-entities/releases/tag/v2.6.0
This commit is contained in:
Martin Weinelt
2026-07-05 01:06:49 +02:00
parent 564df92d33
commit fdb5685065
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "auto-entities";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "Lint-Free-Technology";
repo = "lovelace-auto-entities";
tag = "v${version}";
hash = "sha256-qKhxVLD4NbkCzpUNX5UkjEjLOMQ7ZvHHLVLTrcunTPQ=";
hash = "sha256-2lIeFtskvUq1ZrHinCXrv/VBtI06tZn7YwRAMvBm/uk=";
};
npmDepsHash = "sha256-Z+9Lp1AzrY2I+unpBxdbr9rkfcIe/dDblB3MDSd2D8w=";
npmDepsHash = "sha256-XZcb5gFRGiC4Xj97ExDtRFXWRHbyWEOIp7spUzoS9EA=";
installPhase = ''
runHook preInstall