home-assistant-custom-components.solax_modbus: 2025.10.4 -> 2025.10.6

This commit is contained in:
R. Ryantm
2025-10-25 20:32:04 +00:00
parent e4841cea0a
commit a486f07159
@@ -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 ];