home-assistant-custom-components.fellow: init at 0.3.2 (#429529)
This commit is contained in:
commit
ac44f39d96
@ -0,0 +1,35 @@
|
||||
{
|
||||
lib,
|
||||
buildHomeAssistantComponent,
|
||||
fetchFromGitHub,
|
||||
unstableGitUpdater,
|
||||
requests,
|
||||
pydantic,
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent {
|
||||
owner = "NewsGuyTor";
|
||||
domain = "fellow";
|
||||
version = "0.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NewsGuyTor";
|
||||
repo = "FellowAiden-HomeAssistant";
|
||||
rev = "2268880c7727b1d2e488dcebbdc5b2675d664ddf";
|
||||
hash = "sha256-Wg6EFUQNhlK2GQjC90c5lA3b/y40LhXdInba/iTtUWc=";
|
||||
};
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
dependencies = [
|
||||
requests
|
||||
pydantic
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Home Assistant integration for Fellow Aiden coffee brewer";
|
||||
homepage = "https://github.com/NewsGuyTor/FellowAiden-HomeAssistant";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user