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

https://github.com/make-all/tuya-local/releases/tag/2025.2.2
This commit is contained in:
Martin Weinelt
2025-02-22 14:43:51 +01:00
parent 98ddcc999c
commit e34f7ef42b
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2025.2.0";
version = "2025.2.2";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
tag = version;
hash = "sha256-G/+mAq++bJ2Z41B6gi/izBLvuZwew3Tx/0mGZm4g6TE=";
hash = "sha256-RwPbFIDXSXFzR2sck1EUvQL+1o8Ppb5clsIAHhYxX5o=";
};
dependencies = [