mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
chore: bumb hamh to 3.0.4
This commit is contained in:
24
README.md
24
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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
name: Addons by t0bst4r
|
||||
url: https://github.com/t0bst4r/home-assistant-addons
|
||||
maintainer: Tobias Glatthar
|
||||
maintainer: t0bst4r
|
||||
|
||||
Reference in New Issue
Block a user