From 087d433b0596f6baec30d2fb900474276cf1cb17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Dec 2024 14:46:39 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.58 --- hamh/CHANGELOG.md | 16 ++++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 8915f2c..9854f55 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,19 @@ +## 3.0.0-alpha.58 (2024-12-28) + +### 🚀 Features + +- **cover:** allow tilt feature ([9506263](https://github.com/t0bst4r/home-assistant-matter-hub/commit/9506263)) + +### 🩹 Fixes + +- automatically retry home assistant connection on startup ([47979d9](https://github.com/t0bst4r/home-assistant-matter-hub/commit/47979d9)) +- **lights:** auto adjust min and max mireds when value is out of bounds ([83a6fa0](https://github.com/t0bst4r/home-assistant-matter-hub/commit/83a6fa0)) +- **thermostat:** consider the default unit of measurements from home assistant for temperatures ([e9aeb1a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/e9aeb1a)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.57 (2024-12-20) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 8ebe03f..4b32a55 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.57" + package_version: "3.0.0-alpha.58" diff --git a/hamh/config.yaml b/hamh/config.yaml index 19aec4e..284fc1f 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.57" +version: "3.0.0-alpha.58" 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.