home-assistant-custom-components.yoto_ha: drop (#544388)
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildHomeAssistantComponent,
|
||||
yoto-api,
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "cdnninja";
|
||||
domain = "yoto";
|
||||
version = "3.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdnninja";
|
||||
repo = "yoto_ha";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-LaDjT28m5JHIDRcIx9bVy2PNlbEbDANGgdw8fnh+BRU=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
yoto-api
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/cdnninja/yoto_ha/releases/tag/${src.tag}";
|
||||
description = "Home Assistant Integration for Yoto";
|
||||
homepage = "https://github.com/cdnninja/yoto_ha";
|
||||
maintainers = with lib.maintainers; [ seberm ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user