diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index fc909b5..2bfccc8 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,21 @@ +## 3.0.0-alpha.56 (2024-12-19) + +### 🚀 Features + +- allow include and exclude by area ([a3ef4a6](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a3ef4a6)) +- **basic-information:** add serial number to devices ([7c37dc1](https://github.com/t0bst4r/home-assistant-matter-hub/commit/7c37dc1)) +- **input_button:** add support for input_button entities ([7b38ad9](https://github.com/t0bst4r/home-assistant-matter-hub/commit/7b38ad9)) + +### 🩹 Fixes + +- **lights:** enable features for on/off and level control ([e89cb67](https://github.com/t0bst4r/home-assistant-matter-hub/commit/e89cb67)) +- **on-off:** allow sending on and off commands, when already on or off ([898ba0d](https://github.com/t0bst4r/home-assistant-matter-hub/commit/898ba0d)) + +### ❤️ Thank You + +- Timo Christeleit +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.55 (2024-12-15) ### 🩹 Fixes @@ -5,13 +23,9 @@ - add debug logging when home assistant actions fail ([d77826e](https://github.com/t0bst4r/home-assistant-matter-hub/commit/d77826e)) - ⚠️ **thermostat:** refactor how states are synchronized ([551da69](https://github.com/t0bst4r/home-assistant-matter-hub/commit/551da69)) -### ⚠️ Breaking Changes / Feedback needed +### ⚠️ Breaking Changes - **thermostat:** Auto mode from Home Assistant is no longer supported for climates / thermostats. It just doesn't fit into the Matter specification. - Instead, Heat/Cool from Home Assistant is mapped to AutoMode in Matter. - I tried to test as much as possible, but since I don't have any real climate device I needed to use GenericThermostat and BetterThermostat to make virtual climates. - My testings were therefore limited to simple tests with simple climates. This change could break existing behaviors. - Please provide feedback what is working as expected, and what isn't (#261). ### ❤️ Thank You @@ -646,4 +660,4 @@ ### ❤️ Thank You -- t0bst4r @t0bst4r +- t0bst4r @t0bst4r \ No newline at end of file diff --git a/hamh/build.yaml b/hamh/build.yaml index 30e07a6..6597c6c 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.55" + package_version: "3.0.0-alpha.56" diff --git a/hamh/config.yaml b/hamh/config.yaml index ebb8bf7..182b4ce 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.55" +version: "3.0.0-alpha.56" slug: hamh name: Home-Assistant-Matter-Hub description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.