From 9c899ad34cf3b55ba6a1881df5f1c1bb27f2469f Mon Sep 17 00:00:00 2001 From: t0bst4r Date: Sun, 25 Jan 2026 13:05:13 +0100 Subject: [PATCH] chore: bumb hamh to 3.0.4 --- README.md | 24 ++++++++++++++++++++++++ hamh/CHANGELOG.md | 46 +++++++++++++++++++++++++--------------------- hamh/config.yaml | 2 +- repository.yaml | 2 +- 4 files changed, 51 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f745b93..4ec431d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ # Home Assistant Addons by t0bst4r +--- + +> [!IMPORTANT] +> ⚠️ **Project Status: End of Maintenance** +> +> As of **January 2026**, this project is no longer actively maintained. +> +> I previously announced a search for a new maintainer, but unfortunately no one has stepped forward +> to take over the project. Due to personal time constraints, I am no longer able to continue development or provide support. +> +> **What this means:** +> - ❌ No further feature development +> - ❌ No bug fixes or updates +> - ❌ No guaranteed support +> +> The repository will remain available for reference and forking. +> +> 💡 I would be very happy to see this project continued by the community. +> If you plan to fork it and continue development: **may the best fork prevail.** +> +> Thank you to everyone who used, tested, and contributed to this project ❤️ + +--- + This repository provides the following addons for Home-Assistant: - Home-Assistant-Matter-Hub diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index c42208e..9e23275 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,25 +1,29 @@ -## [3.0.3](https://github.com/t0bst4r/home-assistant-matter-hub/compare/v3.0.2...v3.0.3) (2025-12-12) +## [3.0.4](https://github.com/t0bst4r/home-assistant-matter-hub/compare/v3.0.3...v3.0.4) (2025-12-12) + + +> [!IMPORTANT] +> ⚠️ **Project Status: End of Maintenance** +> +> As of **January 2026**, this project is no longer actively maintained. +> +> I previously announced a search for a new maintainer, but unfortunately no one has stepped forward +> to take over the project. Due to personal time constraints, I am no longer able to continue development or provide support. +> +> **What this means:** +> - ❌ No further feature development +> - ❌ No bug fixes or updates +> - ❌ No guaranteed support +> +> The repository will remain available for reference and forking. +> +> 💡 I would be very happy to see this project continued by the community. +> If you plan to fork it and continue development: **may the best fork prevail.** +> +> Thank you to everyone who used, tested, and contributed to this project ❤️ ### Bug Fixes -* frontend version number ([3ca7218](https://github.com/t0bst4r/home-assistant-matter-hub/commit/3ca7218cd5af318779c8d969bc9f694fca34bfe5)) - -## [3.0.2](https://github.com/t0bst4r/home-assistant-matter-hub/compare/v3.0.1...v3.0.2) (2025-11-23) - - -### Bug Fixes - -* Cover open state incorrectly syncs as "null" instead of 0% in Matter ([#910](https://github.com/t0bst4r/home-assistant-matter-hub/issues/910)) ([9c4b528](https://github.com/t0bst4r/home-assistant-matter-hub/commit/9c4b528b76dc78e2d55d413e1655b719e630e8b0)) -* properly report brightness value when light is off ([#909](https://github.com/t0bst4r/home-assistant-matter-hub/issues/909)) ([a002204](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a00220414606f9d56fc177646727cd406ea4a6de)) - -## [3.0.1](https://github.com/t0bst4r/home-assistant-matter-hub/compare/v3.0.0...v3.0.1) (2025-11-05) - - -### Bug Fixes - -* **ci:** allow multiple docker image tags ([c737066](https://github.com/t0bst4r/home-assistant-matter-hub/commit/c7370662c0f53c99ab9eeabef7f0d3b7ba94f2f2)) -* **ci:** enable releases on the 'latest' channel ([1b8d02d](https://github.com/t0bst4r/home-assistant-matter-hub/commit/1b8d02d3d260a8a6b234189a8b2e7b6bb767a2aa)) -* **ci:** properly load changelog for complete release notes ([b85f3d1](https://github.com/t0bst4r/home-assistant-matter-hub/commit/b85f3d121ea35041b0be1b884aa65f933cbbb01d)) -* revert offline transactions for updates ([9d548ea](https://github.com/t0bst4r/home-assistant-matter-hub/commit/9d548ea994444ab50c8edfffd222da0c2af6afa6)), closes [#887](https://github.com/t0bst4r/home-assistant-matter-hub/issues/887) [#876](https://github.com/t0bst4r/home-assistant-matter-hub/issues/876) -* update dependencies and switch from nx-releases to semantic-release ([a587383](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a5873838adbadfc2b132a9b8d068637242ea83ef)) +* disable automatic releases (54f6e50) +* light: set previous level when light is turned off (f761edd) +* update all dependencies including matter.js (197f01c) diff --git a/hamh/config.yaml b/hamh/config.yaml index 744fb57..4e92ab8 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.3" +version: "3.0.4" image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon slug: hamh name: Home-Assistant-Matter-Hub diff --git a/repository.yaml b/repository.yaml index e1b5cb2..8fcea01 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,4 +1,4 @@ --- name: Addons by t0bst4r url: https://github.com/t0bst4r/home-assistant-addons -maintainer: Tobias Glatthar +maintainer: t0bst4r