From 79264ca06da29d2272a60f607ca0b91e87268e8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Jan 2025 09:36:20 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.60 --- hamh/CHANGELOG.md | 13 +++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index a3c17cc..6a7fa27 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,16 @@ +## 3.0.0-alpha.60 (2025-01-07) + +### 🩹 Fixes + +- **basic-information:** prevent empty values to fail initialization ([73185d5](https://github.com/t0bst4r/home-assistant-matter-hub/commit/73185d5)) +- **cover:** use compatible cover types for tilt only or both ([a28ee12](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a28ee12)) +- **lights:** proper boundaries for color temperature ([784f186](https://github.com/t0bst4r/home-assistant-matter-hub/commit/784f186)) +- **media_player:** set default input when no input could be determined ([0830f18](https://github.com/t0bst4r/home-assistant-matter-hub/commit/0830f18)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.59 (2025-01-06) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index b18b6ea..548cd52 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.59" + package_version: "3.0.0-alpha.60" diff --git a/hamh/config.yaml b/hamh/config.yaml index bc32e57..dc9080b 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.59" +version: "3.0.0-alpha.60" 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.