home-assistant-custom-components.tuya_local: 2025.6.0 -> 2025.7.1

https://github.com/make-all/tuya-local/releases/tag/2025.7.1
This commit is contained in:
Martin Weinelt
2025-08-08 04:19:42 +02:00
parent a74c602e05
commit 019cd94064
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2025.6.0";
version = "2025.7.1";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
tag = version;
hash = "sha256-2Fvb2WcFNGSFxYHoxxL89DcbcIFa+OFyGodoop0KauA=";
hash = "sha256-RIvtz6f3Jj4INvL0JdL+EsFUoLoG9vQNn5iPq2nF26I=";
};
dependencies = [