Compare commits

...

13 Commits

Author SHA1 Message Date
github-actions[bot]
b45b0aef8a release(hamh-alpha): 2.1.0-alpha.2 2026-02-04 15:04:06 +00:00
github-actions[bot]
8b7d891d4e release(hamh-alpha): 2.1.0-alpha.1 2026-02-04 14:57:13 +00:00
github-actions[bot]
0074159c79 release(hamh-alpha): 2.0.5-alpha.1 2026-02-04 14:51:50 +00:00
github-actions[bot]
b395ac76ce release(hamh-alpha): 2.0.5-alpha.1 2026-02-04 14:46:03 +00:00
github-actions[bot]
2b6932f479 release(hamh-alpha): 2.0.4-alpha.1 2026-02-04 14:30:12 +00:00
github-actions[bot]
9b999784e1 release(hamh): 2.0.4 2026-02-04 14:29:57 +00:00
github-actions[bot]
619820e27c release(hamh): 2.0.3 2026-02-04 14:00:22 +00:00
github-actions[bot]
191b53698e release(hamh-alpha): 2.0.3-alpha.1 2026-02-04 14:00:03 +00:00
github-actions[bot]
2454797c9f release(hamh-alpha): 2.0.2-alpha.1 2026-02-04 13:52:10 +00:00
github-actions[bot]
533c28cba4 release(hamh): 2.0.2 2026-02-04 13:51:53 +00:00
github-actions[bot]
f59199664f release(hamh-alpha): 2.0.1-alpha.5 2026-02-04 13:07:10 +00:00
github-actions[bot]
9c19ce8229 release(hamh-alpha): 2.0.1-alpha.4 2026-02-04 12:37:01 +00:00
github-actions[bot]
d6d9b38328 release(hamh-alpha): 2.0.1-alpha.3 2026-02-04 12:12:35 +00:00
4 changed files with 1720 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -1,3 +1,35 @@
## [2.0.4](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.3...v2.0.4) (2026-02-04)
### Bug Fixes
* **#49:** add mopping_after_sweeping alias for Dreame lowercase format ([af2e0f2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/af2e0f264a0f388ca168e5badf1b364d3cb6c274)), closes [#49](https://github.com/RiDDiX/home-assistant-matter-hub/issues/49)
## [2.0.3](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.2...v2.0.3) (2026-02-04)
### Bug Fixes
* **#49:** fix cleaning mode partial match selecting wrong option ([97f6743](https://github.com/RiDDiX/home-assistant-matter-hub/commit/97f67437135cca648e029da95d587523e951c63d))
## [2.0.2](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.1...v2.0.2) (2026-02-04)
* feat!: start v2.1.0-alpha development cycle ([d47b804](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d47b8049379b08cc4b8d5662d96beedce2209b1b))
### Features
* add battery sensor support for sensor entities with device_class battery ([#60](https://github.com/RiDDiX/home-assistant-matter-hub/issues/60)) ([ddfe6c1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ddfe6c18b640be9e55327c7032718d11e425cbf7))
* add combined Temperature+Humidity sensor support with humidityEntity and batteryEntity mapping ([2a8e651](https://github.com/RiDDiX/home-assistant-matter-hub/commit/2a8e6514954b9ee613c05cd91d50ee872a50c757))
* add PowerSource cluster to Lock and Cover devices with battery ([20dc78e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/20dc78ed5d8d071eddbabf663e6d14709b4a3a9a))
* add PowerSource cluster to Switch, BinarySensor, Light, Fan, Climate devices with battery ([8b5e977](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8b5e9771c4700872937a80ae7ac2e889305c23b0))
### BREAKING CHANGES
* Reset alpha versioning to v2.1.0-alpha series after cleanup of old releases.
## [2.0.1](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0...v2.0.1) (2026-02-04)

View File

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