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

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.06.1
This commit is contained in:
Martin Weinelt
2026-06-04 18:48:21 +02:00
parent aef6b20224
commit dc255bd6b1
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2026.05.2";
version = "2026.06.1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-MDeS4gWpXbXD9z4OnZDHZ0jPlCDnJ0QpAvWgesRG3hM=";
hash = "sha256-R1z/BLFaKt80HSC5VqnmZSaI/onmIamYlYIxszeJptw=";
};
dependencies = [ pymodbus ];