home-assistant-custom-components.solax_modbus: 2026.06.1 -> 2026.06.3

Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/2026.06.1...2026.06.3

Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.06.3
This commit is contained in:
Robert Schütz
2026-06-06 02:15:25 +02:00
committed by Martin Weinelt
parent be1889aabc
commit d1cdcee974
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2026.06.1";
version = "2026.06.3";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-R1z/BLFaKt80HSC5VqnmZSaI/onmIamYlYIxszeJptw=";
hash = "sha256-2lJ4lVrGG8jtNymA2lwkJS1DKd0w6TYs5PAnCynBOWM=";
};
dependencies = [ pymodbus ];