home-assistant-custom-components.solax_modbus: 2026.06.7 -> 2026.07.1

Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/2026.06.7...2026.07.1

Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.07.1
This commit is contained in:
Robert Schütz
2026-07-11 13:11:39 +02:00
committed by Martin Weinelt
parent 32cc1693b1
commit a0022327d2
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2026.06.7";
version = "2026.07.1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-hZB+b81IezTDiJ6Z3Yy5TPJ+MTcyxtGvKVLYZx8CiNI=";
hash = "sha256-7/Wprn5PJhfnmSHenPFrQY3c1EBdmzqyH8ZclAmDwoI=";
};
dependencies = [ pymodbus ];