release(hamh-testing): 4.0.0-testing.52

This commit is contained in:
github-actions[bot]
2026-01-31 14:12:50 +00:00
parent b860b99b4a
commit 4a0669e7ce
2 changed files with 16 additions and 1 deletions

View File

@@ -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) # [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)

View File

@@ -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 image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-testing slug: hamh-testing
name: Home-Assistant-Matter-Hub (Testing) name: Home-Assistant-Matter-Hub (Testing)