home-assistant-custom-components.solax_modbus: 2025.04.4 -> 2025.06.1

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.06.1
This commit is contained in:
Martin Weinelt
2025-06-12 11:45:37 -07:00
committed by Robert Schütz
parent fae4731103
commit 5786f76d7a
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2025.04.4";
version = "2025.06.1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-fgvhF+1fz3pNOZJQjf/iF2Lh9j6mMkUXjgLyCja84K0=";
hash = "sha256-aKbd/eNzROHF4evFS4sH8+dJwj5f3xZsF4qjTzHIu9g=";
};
postPatch = ''