We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 091621c + 017849d commit 21595aeCopy full SHA for 21595ae
pkgs/servers/home-assistant/custom-components/solax_modbus/package.nix
@@ -8,13 +8,13 @@
8
buildHomeAssistantComponent rec {
9
owner = "wills106";
10
domain = "solax_modbus";
11
- version = "2024.11.1";
+ version = "2024.11.2";
12
13
src = fetchFromGitHub {
14
15
repo = "homeassistant-solax-modbus";
16
rev = "refs/tags/${version}";
17
- hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c=";
+ hash = "sha256-Hy4LHEDp+WPpmWKQQqqLjQ0xSnShQg3a68g8NMJ9o2k=";
18
};
19
20
dependencies = [ pymodbus ];
0 commit comments