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 f869e8f + a9889d6 commit 92e61dbCopy full SHA for 92e61db
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 = "2025.01.9";
+ version = "2025.02.1";
12
13
src = fetchFromGitHub {
14
15
repo = "homeassistant-solax-modbus";
16
tag = version;
17
- hash = "sha256-x9dlqc2kckrd0C5W7VfNQGhuSODxopzwO4gOSeSOl1E=";
+ hash = "sha256-xOW/jjBXw6N00yo1jE8ibU5XJ9drabBypVAL9UmNMVM=";
18
};
19
20
dependencies = [ pymodbus ];
0 commit comments