Unverified Commit 8adbfd92 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

home-assistant-custom-components.homematicip_local: 1.76.1 -> 1.77.0 (#370615)

parents cfc0a3ce 4c162915
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "hahomematic";
  version = "2024.12.13";
  version = "2025.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "SukramJ";
    repo = "hahomematic";
    tag = version;
    hash = "sha256-qHB47S5bU+353deoq4B8XwPYfUoU940Y3hl8u3gGrNs=";
    hash = "sha256-xsMSTZDqfAQFhxJZNPs45Niv700dJDGdT0feTZyIn08=";
  };

  __darwinAllowLocalNetworking = true;
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
  owner = "SukramJ";
  domain = "homematicip_local";
  version = "1.76.1";
  version = "1.77.0";

  src = fetchFromGitHub {
    owner = "SukramJ";
    repo = "custom_homematic";
    tag = version;
    hash = "sha256-dBNZFYoi6tA9waV/yPCkgLu+ADxq09UKsOBHWOOBRJY=";
    hash = "sha256-l5SK3qB+fst7DQuAykVNXcVpZAaRU5NfWUqRFG/1DMg=";
  };

  postPatch = ''