diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index b6fa892..85a2e14 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,18 @@ +## 3.0.0-alpha.35 (2024-11-16) + +### 🚀 Features + +- **binary_sensor:** add support for water leak detector ([2f8707a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/2f8707a)) + +### 🩹 Fixes + +- **ci:** add repository to repository_dispatch ([28d34b0](https://github.com/t0bst4r/home-assistant-matter-hub/commit/28d34b0)) +- **cover:** remove unallowed properties from covers without positions ([241206c](https://github.com/t0bst4r/home-assistant-matter-hub/commit/241206c)) + +### ❤️ Thank You + +- t0bst4r @t0bst4r + ## 3.0.0-alpha.34 (2024-11-16) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index c0546b8..86697ac 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.34" + package_version: "3.0.0-alpha.35" diff --git a/hamh/config.yaml b/hamh/config.yaml index 6744432..dda9c4c 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.34" +version: "3.0.0-alpha.35" 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.