Skip to content

Commit 9cfdc42

Browse files
committed
Release 2.0.19
1 parent 5f7d2e6 commit 9cfdc42

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ In the future, the add-on will be updated with each important new release of Mat
1111

1212
# Changelog
1313

14+
## 2.0.19 - 2026-01-25
15+
16+
- Updated matterbridge to [3.5.1](https://matterbridge.io/CHANGELOG.html#351-2026-01-24).
17+
- Updated matterbridge-hass to [1.0.3](https://github.com/Luligu/matterbridge-hass/blob/main/CHANGELOG.md#103---2026-01-23).
18+
1419
## 2.0.18 - 2026-01-22
1520

1621
- Updated matterbridge to [3.5.0](https://matterbridge.io/CHANGELOG.html#350-2026-01-20).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node:22-bookworm-slim
55
WORKDIR /app
66

77
# Cache bust: change this value to force a fresh install
8-
ARG CACHEBUST=20260122
8+
ARG CACHEBUST=20260125
99

1010
# Clean the cache to force the latest version of matterbridge and all the plugins
1111
RUN echo "Cache bust: $CACHEBUST" && npm cache clean -f

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ You should now see your Matterbridge add-on in the add-on store and be able to *
6060

6161
Be patient because it can take a few minutes.
6262

63-
Enable **Start on boot**, **Auto update** and **Show in sidebar**.
63+
Enable **Start on boot**, **Autoupdate** and **Add to sidebar**.
6464

6565
The Watchdog is not used because Matterbridge always restarts with docker.
6666

67-
Click on **BUILD** or **REBUILD**.
67+
Click on **Build** or **Rebuild**.
6868

69-
The building process on a Home Assistant Green takes around 1 minute.
69+
The building process on a Home Assistant Green takes around 2-3 minute.
7070

7171
Starting Matterbridge the first time after a rebuild takes time too because it will reload all plugins that were already registered.
7272

73-
To open the Matterbridge frontend click on **OPEN WEB UI**.
73+
To open the Matterbridge frontend click on **Open web UI**.
7474

7575
You may be asked to install the Home Assistant Matter Server: confirm the default installation.
7676

@@ -91,11 +91,11 @@ After updating the add-on or rebuilding it, in the log you will see messages lik
9191
[18:16:18.973] [Matterbridge] Plugin matterbridge-example-dynamic-platform reinstalled.
9292
```
9393

94-
This is normal in this context and means that Matterbridge detected that in the new image the plugins are not present and will install them from npm.
94+
This is normal in this context and means that Matterbridge detected that in the new image the plugins are not present and will install them from npm using the latest version.
9595

9696
If you were using a plugin installed from a tarball, you need to reinstall it manually.
9797

98-
If you were using a dev version of plugin, you need to reinstall the dev version manually.
98+
If you were using a dev version of plugin, it will be reinstalled with the latest dev version.
9999

100100
## Home Assistant restart and reboot
101101

@@ -109,7 +109,7 @@ In this cases rebuild the add-on to get the latest versions of Matterbridge and
109109

110110
## How to configure the mdns
111111

112-
Since Home Assistant exposes a lot of interfaces to the containers, is better to set the matter mdns interface in the Matterbridge Settings page.
112+
Since Home Assistant exposes a lot of interfaces to the containers, is mandatory to set the matter mdns interface in the Matterbridge Settings page.
113113

114114
![image](https://github.com/user-attachments/assets/bdaa91ea-4c87-4aeb-9cec-dd99be0ec8dc)
115115

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Matterbridge Home Assistant Add-on",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"slug": "matterbridge",
55
"hostname": "matterbridge",
66
"description": "Official Matterbridge Home Assistant Add-on",

0 commit comments

Comments
 (0)