home-assistant-custom-components.solax_modbus: 2026.04.2 -> 2026.04.3

Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/2026.04.2...2026.04.3

Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.04.3
This commit is contained in:
Robert Schütz
2026-04-17 20:16:45 -07:00
parent 2dc3e2b295
commit 9782cdf9c1
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2026.04.2";
version = "2026.04.3";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-9T7rfFyNehd6dGNYJdXSXOcvUp87WEyvJQwr6yyeBRo=";
hash = "sha256-hcalMQWkZmve/iuv9jgriEgLhhNVU94ETIbQOZ5aDd4=";
};
dependencies = [ pymodbus ];