home-assistant-custom-components.goodwe: init at 0.9.9.30
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildHomeAssistantComponent,
|
||||
goodwe,
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "mletenay";
|
||||
domain = "goodwe";
|
||||
version = "0.9.9.30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mletenay";
|
||||
repo = "home-assistant-goodwe-inverter";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-/R0HBR1369gjjdCInbFzUaBEclw4PJDmgRGHtlUNvCA=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
goodwe
|
||||
];
|
||||
|
||||
ignoreVersionRequirement = [ "goodwe" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/mletenay/home-assistant-goodwe-inverter/releases/tag/${src.tag}";
|
||||
description = "Experimental version of Home Assistant integration for Goodwe solar inverters";
|
||||
homepage = "https://github.com/mletenay/home-assistant-goodwe-inverter";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ netpleb ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user