home-assistant-custom-components.cover_time_based: 4.9.0 -> 4.10.0

This commit is contained in:
R. Ryantm
2026-08-04 00:53:31 +00:00
parent 7acf45fcfe
commit 28fd0a99a6
@@ -9,13 +9,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "Sese-Schneider";
domain = "cover_time_based";
version = "4.9.0";
version = "4.10.0";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "ha-cover-time-based";
tag = "v${finalAttrs.version}";
hash = "sha256-NVws0FAB88PfgyfrCymyeHVSMzBc/KyILmVOyUQ8T7g=";
hash = "sha256-FF4adRPojKOaA8SkWvFtz5Qem/rmz+5ZTAoT+o60aPg=";
};
nativeCheckInputs = [