home-assistant-custom-components.solax_modbus: 2024.09.4 -> 2024.09.5 (#344431)

This commit is contained in:
Martin Weinelt 2024-09-26 14:36:09 +02:00 committed by GitHub
commit 6860b45c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2024.09.4";
version = "2024.09.5";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
rev = "refs/tags/${version}";
hash = "sha256-xWWsV57ozzEQWRfO1t4EbwD7DWiB1go+iJbTLPuufJs=";
hash = "sha256-mpsa+9LBnDfvMbOuEwctoPSg8IHRmkrFalVyg+1KR00=x";
};
dependencies = [ pymodbus ];