home-assistant-custom-components.cover_time_based: init at 4.7.2 (#543698)
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
buildHomeAssistantComponent,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
pytest-homeassistant-custom-component,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent (finalAttrs: {
|
||||
owner = "Sese-Schneider";
|
||||
domain = "cover_time_based";
|
||||
version = "4.7.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit (finalAttrs) owner;
|
||||
repo = "ha-cover-time-based";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-c5uX/DIuG9srL/F8llMio84iePjEh+3w7n+JHk7bJHc=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-homeassistant-custom-component
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# no need to test development scripts
|
||||
"tests/test_bump_dev_script.py"
|
||||
"tests/test_release_script.py"
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Sese-Schneider/ha-cover-time-based/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
description = "Integration which allows cover control based on time";
|
||||
homepage = "https://github.com/Sese-Schneider/ha-cover-time-based";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.dotlambda ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user