home-assistant-custom-components.tuya_local: 2025.2.2 -> 2025.3.0

https://github.com/make-all/tuya-local/releases/tag/2025.3.0
This commit is contained in:
Martin Weinelt
2025-04-05 04:36:11 +02:00
parent 9aaa1258c5
commit 1ca31de924
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2025.2.2";
version = "2025.3.0";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
tag = version;
hash = "sha256-RwPbFIDXSXFzR2sck1EUvQL+1o8Ppb5clsIAHhYxX5o=";
hash = "sha256-CkH2Njv9qdGlnEo3RP64Lz4ys62W6DxYC/TSl/lndPI=";
};
dependencies = [