diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 9854f55..a3c17cc 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,24 @@ +## 3.0.0-alpha.59 (2025-01-06) + +### 🚀 Features + +- add descriptions for docker-compose ([7b304fd](https://github.com/t0bst4r/home-assistant-matter-hub/commit/7b304fd)) +- allow filtering by entity_category ([fc83505](https://github.com/t0bst4r/home-assistant-matter-hub/commit/fc83505)) +- **cover:** allow covers to mimic HA behaviors ([5e2907a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/5e2907a)) +- **media_player:** source selection, mute and volume fixes ([#363](https://github.com/t0bst4r/home-assistant-matter-hub/pull/363)) + +### 🩹 Fixes + +- **basic-information:** use proper device information instead of mocked values ([d33c6e8](https://github.com/t0bst4r/home-assistant-matter-hub/commit/d33c6e8)) +- **colorControl:** validate min and max mireds to stay in bounds ([2e10106](https://github.com/t0bst4r/home-assistant-matter-hub/commit/2e10106)) +- **input_button:** turn the matter device 'on' for a short time ([57465a6](https://github.com/t0bst4r/home-assistant-matter-hub/commit/57465a6)) + +### ❤️ Thank You + +- Kenny Levinsen @kennylevinsen +- Ricardo Hermida Ruiz @rhruiz +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.58 (2024-12-28) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 4b32a55..b18b6ea 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.58" + package_version: "3.0.0-alpha.59" diff --git a/hamh/config.yaml b/hamh/config.yaml index 284fc1f..bc32e57 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.58" +version: "3.0.0-alpha.59" 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.