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

https://github.com/cdnninja/yoto_ha/releases/tag/v1.23.2
This commit is contained in:
Martin Weinelt
2025-03-06 03:44:48 +01:00
parent 36af8c6fd1
commit 3614af9565
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "cdnninja";
domain = "yoto";
version = "1.23.0";
version = "1.23.2";
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_ha";
tag = "v${version}";
hash = "sha256-FB711ofk5BV/U0ZWfa6Q2aheZkzbwxDUfqNDu9wj2aQ=";
hash = "sha256-RErsZGSoBhBGg852znZq6W8oDZmDDoPTZihUBhWCO5w=";
};
dependencies = [