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 4ae2e64 + b194995 commit b4260cfCopy full SHA for b4260cf
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.10.4";
+ version = "2024.11.1";
12
13
src = fetchFromGitHub {
14
15
repo = "homeassistant-solax-modbus";
16
rev = "refs/tags/${version}";
17
- hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY=";
+ hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c=";
18
};
19
20
dependencies = [ pymodbus ];
0 commit comments