home-assistant-custom-components.solax_modbus: 2024.10.3 -> 2024.10.4

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.4
This commit is contained in:
Luflosi 2024-10-23 11:29:26 +02:00
parent f6058e6a9e
commit 3aeec708bf
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2024.10.3";
version = "2024.10.4";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
rev = "refs/tags/${version}";
hash = "sha256-6XLXCD7ItTGCRN9XQUetZfZBuMbFEmho6IOyFs4m0ek=";
hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY=";
};
dependencies = [ pymodbus ];