Unverified Commit 1ca31de9 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

parent 9aaa1258
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [