home-assistant-custom-components.yoto_ha: 1.23.2 -> 1.24.0

https://github.com/cdnninja/yoto_ha/releases/tag/v1.24.0
This commit is contained in:
Martin Weinelt
2025-04-05 04:38:20 +02:00
parent 1ca31de924
commit 43e44191fd
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "cdnninja";
domain = "yoto";
version = "1.23.2";
version = "1.24.0";
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_ha";
tag = "v${version}";
hash = "sha256-RErsZGSoBhBGg852znZq6W8oDZmDDoPTZihUBhWCO5w=";
hash = "sha256-vlUPVKG6PAkQbROd/Pn5gf48/QWl2GAs3xGCnwX0ENU=";
};
dependencies = [