diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index bba6e7c..699197d 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.0.0-alpha.52 (2024-12-07) + +### 🩹 Fixes + +- **basic-information:** add vendor id and names to all devices ([d3e4703](https://github.com/t0bst4r/home-assistant-matter-hub/commit/d3e4703)) +- **thermostat:** set thermostatRunningState more explicit ([8617c88](https://github.com/t0bst4r/home-assistant-matter-hub/commit/8617c88)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.51 (2024-12-04) ### 🩹 Fixes diff --git a/hamh/build.yaml b/hamh/build.yaml index 32e221d..01e8899 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.51" + package_version: "3.0.0-alpha.52" diff --git a/hamh/config.yaml b/hamh/config.yaml index 5bd4a5b..584ee85 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.51" +version: "3.0.0-alpha.52" 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.