Unverified Commit 8c5b9f72 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Home assistant custom components.homematicip local (#378721)

parents 78a045be 3339b977
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "hahomematic";
  version = "2025.1.11";
  version = "2025.2.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "SukramJ";
    repo = "hahomematic";
    tag = version;
    hash = "sha256-XHXQ1A6s5ew5hsivlC83oufYiImpKCRJ7v7NsAn6PJs=";
    hash = "sha256-QuPHSd6GHBu7OILMnnif/sbIuujtk+dGKIn8c6Aitq4=";
  };

  __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.79.1";
  version = "1.80.0";

  src = fetchFromGitHub {
    owner = "SukramJ";
    repo = "custom_homematic";
    tag = version;
    hash = "sha256-kkUN7orPs9Xdq23VPwVp+AxqkWXMLiDcYRFNWeVlVpM=";
    hash = "sha256-smagkEz5ec3Wrv5ldMY9hv+TnSzQ7pbZUURnTKBsF1g=";
  };

  postPatch = ''