From 4a0669e7ce2fc1ba7548e0309653937174213319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 31 Jan 2026 14:12:50 +0000 Subject: [PATCH] release(hamh-testing): 4.0.0-testing.52 --- hamh-testing/CHANGELOG.md | 15 +++++++++++++++ hamh-testing/config.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/hamh-testing/CHANGELOG.md b/hamh-testing/CHANGELOG.md index c5cb780..9ab3dc8 100644 --- a/hamh-testing/CHANGELOG.md +++ b/hamh-testing/CHANGELOG.md @@ -1,3 +1,18 @@ +# [4.0.0-testing.52](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.51...v4.0.0-testing.52) (2026-01-31) + + +* feat!: Vision 1 architecture with neighbor entity support ([1c046f2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1c046f2c72339edf91b48b6ed5120c3eca12a745)) + + +### BREAKING CHANGES + +* Major refactoring of endpoint architecture +- Implemented neighbor entity support for DomainEndpoints +- ThermostatEndpoint can now use external temperature sensors from neighbor entities +- Added findNeighborsByDomain/DeviceClass methods +- Removed unused hasAutoMode function +- BridgeEndpointManager registers and updates neighbor entities + # [4.0.0-testing.51](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.50...v4.0.0-testing.51) (2026-01-31) diff --git a/hamh-testing/config.yaml b/hamh-testing/config.yaml index 2dd2d94..2e00707 100644 --- a/hamh-testing/config.yaml +++ b/hamh-testing/config.yaml @@ -1,4 +1,4 @@ -version: "4.0.0-testing.51" +version: "4.0.0-testing.52" image: ghcr.io/riddix/home-assistant-matter-hub-addon slug: hamh-testing name: Home-Assistant-Matter-Hub (Testing)