home-assistant-custom-components.solax_modbus: 2025.10.4 -> 2025.10.6 (#455638)

This commit is contained in:
Martin Weinelt
2025-10-26 04:07:43 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2025.10.4";
version = "2025.10.6";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-ai9Dt68TM2qDbWhypct6KdMwsLbrnDocL6GIR7D0guw=";
hash = "sha256-BZ/UcBTZyaLAuJ34blC3KdFRIGRR4Qe1tkJqJAP21IA=";
};
dependencies = [ pymodbus ];