Luflosi 2024-10-13 14:53:42 +02:00
parent d2d9d9f005
commit 206539c2d5
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.09.5";
version = "2024.10.3";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
rev = "refs/tags/${version}";
hash = "sha256-mpsa+9LBnDfvMbOuEwctoPSg8IHRmkrFalVyg+1KR00=x";
hash = "sha256-6XLXCD7ItTGCRN9XQUetZfZBuMbFEmho6IOyFs4m0ek=";
};
dependencies = [ pymodbus ];