home-assistant-custom-components.sensi: 2.1.4 -> 2.1.5

Diff: https://github.com/iprak/sensi/compare/v2.1.4...v2.1.5

Changelog: https://github.com/iprak/sensi/releases/tag/v2.1.5
This commit is contained in:
Robert Schütz
2026-07-21 16:36:05 -07:00
parent 6a93e7a951
commit 12e35fd42d

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "iprak";
domain = "sensi";
version = "2.1.4";
version = "2.1.5";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = "v${version}";
hash = "sha256-FTyFxQd2upNUKhfSfd5rEr5BLpu6veYHrExHUazTamU=";
hash = "sha256-MycKCDh/KYAgAiKFFYK9H6A7rYIGQNCdgT7vlGCntx8=";
};
postPatch = ''