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

https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.2
This commit is contained in:
Luflosi 2024-11-25 12:49:20 +01:00
parent e2d43a652c
commit 017849d3b5
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "wills106"; owner = "wills106";
domain = "solax_modbus"; domain = "solax_modbus";
version = "2024.11.1"; version = "2024.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wills106"; owner = "wills106";
repo = "homeassistant-solax-modbus"; repo = "homeassistant-solax-modbus";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c="; hash = "sha256-Hy4LHEDp+WPpmWKQQqqLjQ0xSnShQg3a68g8NMJ9o2k=";
}; };
dependencies = [ pymodbus ]; dependencies = [ pymodbus ];