mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 00:48:08 +08:00
release(hamh): 1.4.8
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## [1.4.8](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.7...v1.4.8) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* cover position comparison, thermostat offline status ([4f4b80b](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4f4b80b1079db5b1369f112ff8d4613ce0d985b9))
|
||||
|
||||
## [1.4.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.6...v1.4.7) (2026-01-26)
|
||||
|
||||
|
||||
@@ -339,21 +346,23 @@
|
||||
* project setup and complete migration ([51301ac](https://github.com/RiDDiX/home-assistant-matter-hub/commit/51301ac33e023925ab25fbaf994f7bb1e30e5e3a))
|
||||
* **sensor:** Add illuminance sensor type ([#758](https://github.com/RiDDiX/home-assistant-matter-hub/issues/758)) ([67ec42b](https://github.com/RiDDiX/home-assistant-matter-hub/commit/67ec42bcd2e2be06d6ced32bbad60e111c147034))
|
||||
* show version number in app title ([70bdca8](https://github.com/RiDDiX/home-assistant-matter-hub/commit/70bdca89f98b8ab9afac2da7256f98f7772c9390)), closes [#38](https://github.com/RiDDiX/home-assistant-matter-hub/issues/38)
|
||||
* Taking a Holiday Break – See You in the New Year! ([86bea0a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/86bea0ae57c7bcf747dec24046aa947bc37aa925))
|
||||
* use custom homeAssistantBehavior for better state management ([6e0f862](https://github.com/RiDDiX/home-assistant-matter-hub/commit/6e0f86246d4393cd77fcb64b3a40dd6af07c79f1))
|
||||
* Use device area if available for entities that have no area directly set ([#403](https://github.com/RiDDiX/home-assistant-matter-hub/issues/403)) ([bda867e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/bda867e11f53e605d652269af4792f3266b8867e))
|
||||
* **vacuum:** add basic support for vacuums (RVC) ([9021b7b](https://github.com/RiDDiX/home-assistant-matter-hub/commit/9021b7bc579535cb59f3cc832f2fce438c986f54))
|
||||
|
||||
|
||||
### BREAKING CHANGES (from original project)
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **sensors:** Some sensors like water leak or occupancy may behave differently. Verify your automations in Alexa, Apple Home, Google Home.
|
||||
* **basic-information-server:** Controllers may not match existing devices and re-pair them. You may need to reassign devices to rooms and automations.
|
||||
* **thermostat:** Auto mode from Home Assistant is no longer supported for climates/thermostats. Heat/Cool from HA is mapped to AutoMode in Matter.
|
||||
* **ingress:** The native addon (HAOS) uses Home Assistant ingress. Direct port access is no longer available.
|
||||
|
||||
---
|
||||
|
||||
### Note about this Fork
|
||||
|
||||
This is the **RiDDiX fork** of home-assistant-matter-hub, actively maintained with new features and bug fixes.
|
||||
For issues and discussions, please visit: https://github.com/RiDDiX/home-assistant-matter-hub
|
||||
* This could affect some sensors like water leak or occupancy. Make sure to verify your automations in Alexa, Apple Home, Google Home and others.
|
||||
* MAINTAINER WANTED! This project is currently **looking for a new maintainer**. Due to limited time, I can no longer actively maintain it. If you are interested in taking over or co-maintaining, please reach out via GitHub Discussions (#825).
|
||||
* Due to the growing code base and its complexity, I've decided to simplify the application by removing non-compliant workarounds.
|
||||
* Almost every aspect of the device implementations were touched. I've tried to test as much as possible locally until everything was back working. But since there are so many edge cases in different devices, I probably couldn't verify everything.
|
||||
* **basic-information-server:** It can happen, that your controller (Alexa, Google Home, etc.) doesn't match your existing devices and re-pairs all of them. In that case, you'll need to assign the devices to rooms and automations again.
|
||||
* As the holiday season approaches and my main job keeps me busy, I haven’t been able to dedicate as much time to this project as I’d like. Over the holidays, I’ll be taking a well-deserved break to recharge. That said, if an opportunity arises, I’ll try to answer a few questions or review a pull request via my phone. I’m looking forward to returning refreshed and motivated in the new year. Thank you for your understanding and continued support! Happy holidays!
|
||||
* **thermostat:** Auto mode from Home Assistant is no longer supported for climates / thermostats. It just doesn't fit into the Matter specification.
|
||||
Instead, Heat/Cool from Home Assistant is mapped to AutoMode in Matter.
|
||||
I tried to test as much as possible, but since I don't have any physical climate I needed to use GenericThermostat and BetterThermostat to make virtual climates.
|
||||
My testings were therefore limited to simple tests with simple climates. This change could break existing behaviors.
|
||||
Please provide feedback what is working as expected, and what isn't (https://github.com/t0bst4r/home-assistant-matter-hub/discussions/261).
|
||||
* The native addon (HAOS) will use Home Assistant ingress from now on. Direct access via the port will no longer be possible.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "1.4.7"
|
||||
version: "1.4.8"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh
|
||||
name: Home-Assistant-Matter-Hub
|
||||
|
||||
Reference in New Issue
Block a user