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

https://github.com/make-all/tuya-local/releases/tag/2025.10.1
This commit is contained in:
Martin Weinelt
2025-11-06 03:47:52 +01:00
committed by Robert Schütz
parent c187c096e4
commit 75a5976cdc
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2025.7.1";
version = "2025.10.1";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
tag = version;
hash = "sha256-RIvtz6f3Jj4INvL0JdL+EsFUoLoG9vQNn5iPq2nF26I=";
hash = "sha256-Sqk6FBaEDp9KdcpKzWMeF6baqk7atbCtSRKTsQogwfo=";
};
dependencies = [