Compare commits

...

19 Commits

Author SHA1 Message Date
github-actions[bot]
5c0a2ce567 release(hamh): 1.7.22 2026-01-28 13:34:52 +00:00
github-actions[bot]
17b68e5c72 release(hamh-alpha): 2.0.0-alpha.54 2026-01-28 13:33:40 +00:00
github-actions[bot]
ed4f5c5686 release(hamh-alpha): 2.0.0-alpha.53 2026-01-28 12:49:43 +00:00
github-actions[bot]
c40164ddb1 release(hamh): 1.7.21 2026-01-28 12:48:02 +00:00
github-actions[bot]
c9a7c3656e release(hamh-alpha): 2.0.0-alpha.52 2026-01-28 12:41:13 +00:00
github-actions[bot]
3a181013d1 release(hamh-alpha): 2.0.0-alpha.51 2026-01-28 12:32:43 +00:00
github-actions[bot]
9f7db87430 release(hamh): 1.7.20 2026-01-28 12:17:58 +00:00
github-actions[bot]
ee64ebe896 release(hamh-alpha): 2.0.0-alpha.50 2026-01-28 12:10:12 +00:00
github-actions[bot]
3f3495f738 release(hamh-alpha): 2.0.0-alpha.49 2026-01-28 09:30:58 +00:00
github-actions[bot]
6fa316c5ef release(hamh): 1.7.19 2026-01-28 08:50:45 +00:00
github-actions[bot]
e90c49c609 release(hamh-alpha): 2.0.0-alpha.48 2026-01-28 08:46:46 +00:00
github-actions[bot]
ad6f14cb10 release(hamh-alpha): 2.0.0-alpha.47 2026-01-28 08:40:34 +00:00
github-actions[bot]
cbfbb48717 release(hamh-alpha): 2.0.0-alpha.46 2026-01-28 08:20:08 +00:00
github-actions[bot]
3dc24e2c82 release(hamh-alpha): 2.0.0-alpha.45 2026-01-28 08:04:24 +00:00
github-actions[bot]
3e1b3dc8e8 release(hamh-alpha): 2.0.0-alpha.44 2026-01-28 07:55:25 +00:00
github-actions[bot]
246da1ae56 release(hamh-alpha): 2.0.0-alpha.43 2026-01-28 07:42:30 +00:00
github-actions[bot]
c1739ec05c release(hamh-alpha): 2.0.0-alpha.42 2026-01-28 07:33:53 +00:00
github-actions[bot]
d9620c3107 release(hamh-alpha): 2.0.0-alpha.41 2026-01-28 07:31:00 +00:00
github-actions[bot]
211e3c5ff2 release(hamh-alpha): 2.0.0-alpha.40 2026-01-28 07:08:11 +00:00
4 changed files with 136 additions and 2 deletions

View File

@@ -1,3 +1,109 @@
# [2.0.0-alpha.54](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2026-01-28)
### Bug Fixes
* set controlSequenceOfOperation based on features in initialize() ([#28](https://github.com/RiDDiX/home-assistant-matter-hub/issues/28)) ([627191c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/627191c598e7847ed45497f6eeb9e3e8ccda4a5f))
# [2.0.0-alpha.53](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.52...v2.0.0-alpha.53) (2026-01-28)
### Bug Fixes
* use setImmediate for thermostat setpoint changes ([#9](https://github.com/RiDDiX/home-assistant-matter-hub/issues/9)) ([73bef52](https://github.com/RiDDiX/home-assistant-matter-hub/commit/73bef52de37f2a9473d48bfd0cb85baf9c06376f))
# [2.0.0-alpha.52](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2026-01-28)
### Bug Fixes
* use setImmediate for thermostat mode changes to bypass transaction conflicts ([#24](https://github.com/RiDDiX/home-assistant-matter-hub/issues/24)) ([cfe325a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/cfe325a9ccce4a2186808ba549ba7b3f138be484))
# [2.0.0-alpha.51](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2026-01-28)
### Bug Fixes
* handle transaction conflict in fan control state updates ([91b967f](https://github.com/RiDDiX/home-assistant-matter-hub/commit/91b967fe19085d832a22e0af52c564f95116dfef))
# [2.0.0-alpha.50](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2026-01-28)
### Features
* add fan preset mode support and fix script filtering ([#26](https://github.com/RiDDiX/home-assistant-matter-hub/issues/26)) ([f63b715](https://github.com/RiDDiX/home-assistant-matter-hub/commit/f63b71504206fe55964b6eb5c10aa1c728a71e5b))
# [2.0.0-alpha.49](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2026-01-28)
### Bug Fixes
* call HA action before thermostatRunningMode update to prevent blocking ([#24](https://github.com/RiDDiX/home-assistant-matter-hub/issues/24)) ([1759fb2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1759fb236a2493ff9871648a2a87f06f461521f6))
# [2.0.0-alpha.48](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2026-01-28)
### Bug Fixes
* climate mode change from Apple Home fails with read-only error ([#24](https://github.com/RiDDiX/home-assistant-matter-hub/issues/24)) ([856e1ea](https://github.com/RiDDiX/home-assistant-matter-hub/commit/856e1eadbe9ac4703a826b27efd6853ff597a3c8))
# [2.0.0-alpha.47](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2026-01-28)
### Bug Fixes
* entity mapping delete using array index instead of entityId ([20b4d46](https://github.com/RiDDiX/home-assistant-matter-hub/commit/20b4d46030423a545f0bef34c97a901847a2cfe3))
# [2.0.0-alpha.46](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2026-01-28)
### Bug Fixes
* add minSetpointDeadBand and absolute limits to thermostat defaults ([e925164](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e92516479a5aae08d83f057d4f90bd7031f7f9f9))
# [2.0.0-alpha.45](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.44...v2.0.0-alpha.45) (2026-01-28)
### Bug Fixes
* set thermostat defaults at behavior creation to prevent conformance errors ([a898cb9](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a898cb9008cd55b7568d60317e32552bec75c4db))
# [2.0.0-alpha.44](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2026-01-28)
### Bug Fixes
* suppress transient endpoint storage errors in applyPatchState during behavior initialization ([4ab6f94](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4ab6f94ebfefb78c95a24ebbe15d367cf5e0a15d))
# [2.0.0-alpha.43](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2026-01-28)
### Bug Fixes
* set thermostat controlSequenceOfOperation before first update ([7a47ff4](https://github.com/RiDDiX/home-assistant-matter-hub/commit/7a47ff41e781395318fb3edf7c0537619b039ca4))
# [2.0.0-alpha.42](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.41...v2.0.0-alpha.42) (2026-01-28)
### Bug Fixes
* avoid fatal crash when endpoint storage is temporarily inaccessible ([0552e1d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/0552e1d0123095abec06bbc871b5b017073b6f51))
# [2.0.0-alpha.41](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.40...v2.0.0-alpha.41) (2026-01-28)
### Bug Fixes
* thermostat init deadband ordering and robust filter preview error parsing ([39a7222](https://github.com/RiDDiX/home-assistant-matter-hub/commit/39a72226347d4bc1a491d3037502385926a5927e))
# [2.0.0-alpha.40](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.39...v2.0.0-alpha.40) (2026-01-28)
### Bug Fixes
* prevent thermostat init crash by setting default deadband and improve version reporting ([1fd5260](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1fd526000c2a5c9599a14cee8f5c7cfea6d878ef))
* satisfy CI lint (export server bases, organize imports) ([1c06a53](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1c06a53bf5128fa69a51711adfc1821fffd4a245))
# [2.0.0-alpha.39](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.38...v2.0.0-alpha.39) (2026-01-27)

View File

@@ -1,4 +1,4 @@
version: "2.0.0-alpha.39"
version: "2.0.0-alpha.54"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-alpha
name: Home-Assistant-Matter-Hub (Alpha)

View File

@@ -1,3 +1,31 @@
## [1.7.22](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.21...v1.7.22) (2026-01-28)
### Bug Fixes
* set controlSequenceOfOperation based on features in initialize() ([#28](https://github.com/RiDDiX/home-assistant-matter-hub/issues/28)) ([a1dc67e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a1dc67eb17189d678aea628f26d53c0b07338968))
## [1.7.21](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.20...v1.7.21) (2026-01-28)
### Bug Fixes
* use setImmediate for thermostat setpoint and mode changes ([#9](https://github.com/RiDDiX/home-assistant-matter-hub/issues/9), [#24](https://github.com/RiDDiX/home-assistant-matter-hub/issues/24)) ([baf4475](https://github.com/RiDDiX/home-assistant-matter-hub/commit/baf447525048b209c76fe3c5a6d69a88b9c08015))
## [1.7.20](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.19...v1.7.20) (2026-01-28)
### Bug Fixes
* set thermostat defaults in ThermostatServer function for conformance ([7b0b956](https://github.com/RiDDiX/home-assistant-matter-hub/commit/7b0b956a81e9ef17550c3f8ebcf687137d1e23da))
## [1.7.19](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.18...v1.7.19) (2026-01-28)
### Bug Fixes
* enable PhysicalContact feature for OccupancySensing cluster (required since revision 5) ([855aeb9](https://github.com/RiDDiX/home-assistant-matter-hub/commit/855aeb91e6d1284c8a9d8f21fddfb2a8108d89e2))
## [1.7.18](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.17...v1.7.18) (2026-01-28)

View File

@@ -1,4 +1,4 @@
version: "1.7.18"
version: "1.7.22"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh
name: Home-Assistant-Matter-Hub