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

https://github.com/make-all/tuya-local/releases/tag/2025.4.0
This commit is contained in:
Martin Weinelt
2025-04-21 01:03:43 +02:00
parent a9f46ccba9
commit b3d615feca
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2025.3.0";
version = "2025.4.0";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
tag = version;
hash = "sha256-CkH2Njv9qdGlnEo3RP64Lz4ys62W6DxYC/TSl/lndPI=";
hash = "sha256-lvDiB/kVlPsKI28muv03B8j/0RD7U4I4ZNiucji8/e4=";
};
dependencies = [