home-assistant-custom-components.solax_modbus: 2025.02.1 -> 2025.04.1

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.04.1
This commit is contained in:
Martin Weinelt
2025-04-05 04:35:34 +02:00
parent 6c7a3729e0
commit ec8672999b
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2025.02.1";
version = "2025.04.1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
tag = version;
hash = "sha256-xOW/jjBXw6N00yo1jE8ibU5XJ9drabBypVAL9UmNMVM=";
hash = "sha256-kX8poctK1Q7QZnpvkOisQ47jNzXJJ2nlB1fa+Pv4AFs=";
};
dependencies = [ pymodbus ];