home-assistant-custom-components.systemair: 1.0.25 -> 1.0.26

https://github.com/AN3Orik/systemair/releases/tag/v1.0.26
This commit is contained in:
Martin Weinelt
2026-07-05 01:06:52 +02:00
parent 01f5d3f277
commit 6b35d3fb1a
@@ -10,20 +10,15 @@
buildHomeAssistantComponent rec {
owner = "AN3Orik";
domain = "systemair";
version = "1.0.25";
version = "1.0.26";
src = fetchFromGitHub {
inherit owner;
repo = "systemair";
tag = "v${version}";
hash = "sha256-K8Boix6muKsaNOpIw2WothjREbawHeKprHnW8RerxRg=";
hash = "sha256-tY/5gEjMCbrVwIyEsWWsB/ePju9+8wgbi23XLdCVKrA=";
};
postPatch = ''
substituteInPlace custom_components/systemair/manifest.json \
--replace-fail "pymodbus==" "pymodbus>="
'';
dependencies = [
pymodbus
async-timeout