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

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.1
This commit is contained in:
Luflosi
2024-11-03 12:22:30 +01:00
parent 68a61b1bb6
commit b194995ca2
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wills106";
domain = "solax_modbus";
version = "2024.10.4";
version = "2024.11.1";
src = fetchFromGitHub {
owner = "wills106";
repo = "homeassistant-solax-modbus";
rev = "refs/tags/${version}";
hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY=";
hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c=";
};
dependencies = [ pymodbus ];