Unverified Commit e24d7540 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.homematicip_local: 1.86.0 -> 1.87.0 (#445848)

parents d9c11521 449eca6e
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "aiohomematic";
  version = "2025.8.10";
  version = "2025.9.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "SukramJ";
    repo = "aiohomematic";
    tag = version;
    hash = "sha256-ii+fvjn54IT376YzwljPz2tkx2bv8jojI4rNracCgwA=";
    hash = "sha256-+OoWomZCrRPHtpmYnzjhvcpidP5GWQwWoZpTZ4Bdgwg=";
  };

  postPatch = ''
@@ -60,6 +60,9 @@ buildPythonPackage rec {
    homepage = "https://github.com/SukramJ/aiohomematic";
    changelog = "https://github.com/SukramJ/aiohomematic/blob/${src.tag}/changelog.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ fab ];
    maintainers = with lib.maintainers; [
      dotlambda
      fab
    ];
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
  owner = "SukramJ";
  domain = "homematicip_local";
  version = "1.86.0";
  version = "1.87.0";

  src = fetchFromGitHub {
    owner = "SukramJ";
    repo = "custom_homematic";
    tag = version;
    hash = "sha256-QGQVSx6yPfT178GAPPbfiOMuEJ6aPFc0SUp5vO9AYUQ=";
    hash = "sha256-ZZXF/YvsnNPywA+/T0u+kgIp+meH4MNNr2Dw+BmIvP8=";
  };

  postPatch = ''