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

This commit is contained in:
R. Ryantm
2026-07-21 13:11:30 +00:00
parent 2dfcc49541
commit 6cd767874f
@@ -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 = ''