matterbridge 3.5.3 → 3.5.4-dev-20260211-520e349

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README-DEV.md +36 -36
  3. package/README-DOCKER.md +14 -4
  4. package/README.md +1 -1
  5. package/{frontend → apps/frontend}/build/assets/index.js +4 -4
  6. package/{frontend → apps/frontend}/build/assets/vendor_emotion.js +1 -1
  7. package/{frontend → apps/frontend}/build/assets/vendor_lodash.js +1 -1
  8. package/{frontend → apps/frontend}/build/assets/vendor_mdi.js +1 -1
  9. package/apps/frontend/build/assets/vendor_mui.js +137 -0
  10. package/apps/frontend/build/assets/vendor_node_modules.js +28 -0
  11. package/{frontend → apps/frontend}/build/assets/vendor_notistack.js +2 -2
  12. package/{frontend → apps/frontend}/build/assets/vendor_qrcode.js +1 -1
  13. package/{frontend → apps/frontend}/build/assets/vendor_rjsf.js +6 -6
  14. package/{frontend → apps/frontend}/package.json +67 -13
  15. package/dist/cli.d.ts +1 -5
  16. package/dist/cli.js +1 -172
  17. package/dist/clusters/export.d.ts +1 -1
  18. package/dist/clusters/export.js +1 -1
  19. package/dist/devices/export.d.ts +1 -18
  20. package/dist/devices/export.js +1 -18
  21. package/dist/dgram/export.d.ts +1 -1
  22. package/dist/dgram/export.js +1 -1
  23. package/dist/export.d.ts +1 -0
  24. package/dist/export.js +1 -0
  25. package/dist/jestutils/export.d.ts +1 -1
  26. package/dist/jestutils/export.js +1 -1
  27. package/dist/matter/behaviors.d.ts +1 -1
  28. package/dist/matter/behaviors.js +1 -1
  29. package/dist/matter/clusters.d.ts +1 -1
  30. package/dist/matter/clusters.js +1 -1
  31. package/dist/matter/devices.d.ts +1 -1
  32. package/dist/matter/devices.js +1 -1
  33. package/dist/matter/endpoints.d.ts +1 -1
  34. package/dist/matter/endpoints.js +1 -1
  35. package/dist/matter/export.d.ts +1 -3
  36. package/dist/matter/export.js +1 -3
  37. package/dist/matter/types.d.ts +1 -1
  38. package/dist/matter/types.js +1 -1
  39. package/dist/mb_health.js +1 -1
  40. package/dist/utils/export.d.ts +1 -1
  41. package/dist/utils/export.js +1 -1
  42. package/package.json +22 -24
  43. package/dist/broadcastServer.d.ts +0 -29
  44. package/dist/broadcastServer.js +0 -190
  45. package/dist/broadcastServerTypes.d.ts +0 -820
  46. package/dist/broadcastServerTypes.js +0 -1
  47. package/dist/checkUpdates.d.ts +0 -9
  48. package/dist/checkUpdates.js +0 -141
  49. package/dist/cliEmitter.d.ts +0 -14
  50. package/dist/cliEmitter.js +0 -12
  51. package/dist/cliHistory.d.ts +0 -6
  52. package/dist/cliHistory.js +0 -788
  53. package/dist/deviceManager.d.ts +0 -27
  54. package/dist/deviceManager.js +0 -157
  55. package/dist/devices/airConditioner.d.ts +0 -23
  56. package/dist/devices/airConditioner.js +0 -17
  57. package/dist/devices/basicVideoPlayer.d.ts +0 -30
  58. package/dist/devices/basicVideoPlayer.js +0 -100
  59. package/dist/devices/batteryStorage.d.ts +0 -5
  60. package/dist/devices/batteryStorage.js +0 -28
  61. package/dist/devices/castingVideoPlayer.d.ts +0 -16
  62. package/dist/devices/castingVideoPlayer.js +0 -38
  63. package/dist/devices/cooktop.d.ts +0 -6
  64. package/dist/devices/cooktop.js +0 -21
  65. package/dist/devices/dishwasher.d.ts +0 -16
  66. package/dist/devices/dishwasher.js +0 -73
  67. package/dist/devices/evse.d.ts +0 -19
  68. package/dist/devices/evse.js +0 -92
  69. package/dist/devices/extractorHood.d.ts +0 -5
  70. package/dist/devices/extractorHood.js +0 -35
  71. package/dist/devices/heatPump.d.ts +0 -4
  72. package/dist/devices/heatPump.js +0 -36
  73. package/dist/devices/laundryDryer.d.ts +0 -9
  74. package/dist/devices/laundryDryer.js +0 -42
  75. package/dist/devices/laundryWasher.d.ts +0 -17
  76. package/dist/devices/laundryWasher.js +0 -76
  77. package/dist/devices/microwaveOven.d.ts +0 -92
  78. package/dist/devices/microwaveOven.js +0 -96
  79. package/dist/devices/oven.d.ts +0 -23
  80. package/dist/devices/oven.js +0 -101
  81. package/dist/devices/refrigerator.d.ts +0 -18
  82. package/dist/devices/refrigerator.js +0 -84
  83. package/dist/devices/roboticVacuumCleaner.d.ts +0 -29
  84. package/dist/devices/roboticVacuumCleaner.js +0 -177
  85. package/dist/devices/solarPower.d.ts +0 -4
  86. package/dist/devices/solarPower.js +0 -21
  87. package/dist/devices/speaker.d.ts +0 -8
  88. package/dist/devices/speaker.js +0 -36
  89. package/dist/devices/temperatureControl.d.ts +0 -145
  90. package/dist/devices/temperatureControl.js +0 -57
  91. package/dist/devices/waterHeater.d.ts +0 -37
  92. package/dist/devices/waterHeater.js +0 -86
  93. package/dist/frontend.d.ts +0 -62
  94. package/dist/frontend.js +0 -2074
  95. package/dist/frontendTypes.d.ts +0 -472
  96. package/dist/frontendTypes.js +0 -9
  97. package/dist/helpers.d.ts +0 -5
  98. package/dist/helpers.js +0 -103
  99. package/dist/index.d.ts +0 -12
  100. package/dist/index.js +0 -14
  101. package/dist/jestutils/jestHelpers.d.ts +0 -90
  102. package/dist/jestutils/jestHelpers.js +0 -585
  103. package/dist/matterNode.d.ts +0 -84
  104. package/dist/matterNode.js +0 -943
  105. package/dist/matterbridge.d.ts +0 -155
  106. package/dist/matterbridge.js +0 -2017
  107. package/dist/matterbridgeAccessoryPlatform.d.ts +0 -7
  108. package/dist/matterbridgeAccessoryPlatform.js +0 -30
  109. package/dist/matterbridgeBehaviors.d.ts +0 -2404
  110. package/dist/matterbridgeBehaviors.js +0 -556
  111. package/dist/matterbridgeDeviceTypes.d.ts +0 -95
  112. package/dist/matterbridgeDeviceTypes.js +0 -622
  113. package/dist/matterbridgeDynamicPlatform.d.ts +0 -7
  114. package/dist/matterbridgeDynamicPlatform.js +0 -30
  115. package/dist/matterbridgeEndpoint.d.ts +0 -179
  116. package/dist/matterbridgeEndpoint.js +0 -1388
  117. package/dist/matterbridgeEndpointHelpers.d.ts +0 -1430
  118. package/dist/matterbridgeEndpointHelpers.js +0 -803
  119. package/dist/matterbridgeEndpointTypes.d.ts +0 -102
  120. package/dist/matterbridgeEndpointTypes.js +0 -3
  121. package/dist/matterbridgePlatform.d.ts +0 -86
  122. package/dist/matterbridgePlatform.js +0 -447
  123. package/dist/matterbridgePlatformTypes.d.ts +0 -32
  124. package/dist/matterbridgePlatformTypes.js +0 -1
  125. package/dist/matterbridgeTypes.d.ts +0 -207
  126. package/dist/matterbridgeTypes.js +0 -9
  127. package/dist/pluginManager.d.ts +0 -68
  128. package/dist/pluginManager.js +0 -1146
  129. package/dist/shelly.d.ts +0 -24
  130. package/dist/shelly.js +0 -286
  131. package/dist/spawn.d.ts +0 -1
  132. package/dist/spawn.js +0 -95
  133. package/dist/worker.d.ts +0 -7
  134. package/dist/worker.js +0 -35
  135. package/dist/workerCheckUpdates.d.ts +0 -1
  136. package/dist/workerCheckUpdates.js +0 -37
  137. package/dist/workerGlobalPrefix.d.ts +0 -1
  138. package/dist/workerGlobalPrefix.js +0 -37
  139. package/dist/workerTypes.d.ts +0 -27
  140. package/dist/workerTypes.js +0 -1
  141. package/frontend/build/assets/vendor_mui.js +0 -137
  142. package/frontend/build/assets/vendor_node_modules.js +0 -28
  143. /package/{frontend → apps/frontend}/build/Shelly.svg +0 -0
  144. /package/{frontend → apps/frontend}/build/assets/index.css +0 -0
  145. /package/{frontend → apps/frontend}/build/bmc-button.svg +0 -0
  146. /package/{frontend → apps/frontend}/build/discord.svg +0 -0
  147. /package/{frontend → apps/frontend}/build/index.html +0 -0
  148. /package/{frontend → apps/frontend}/build/matter.png +0 -0
  149. /package/{frontend → apps/frontend}/build/matterbridge 1250x1250.png +0 -0
  150. /package/{frontend → apps/frontend}/build/matterbridge 32x32.png +0 -0
  151. /package/{frontend → apps/frontend}/build/matterbridge 624x624.png +0 -0
  152. /package/{frontend → apps/frontend}/build/matterbridge 64x64.png +0 -0
  153. /package/{frontend → apps/frontend}/build/matterbridge.svg +0 -0
package/CHANGELOG.md CHANGED
@@ -47,6 +47,53 @@ Advantages:
47
47
  - individual plugin isolation in childbridge mode;
48
48
  - ability to update the plugin in childbridge mode without restarting matterbridge;
49
49
 
50
+ ## [3.5.4] - Dev branch
51
+
52
+ ### Dev Breaking Changes
53
+
54
+ - [exports]: Removed Matterbridge export from matterbridge.
55
+
56
+ ### Breaking Changes
57
+
58
+ - [doorLock]: The default value for **DoorLock.actuatorEnabled** has been changed to true. Thanks Ludovic BOUÉ (https://github.com/Luligu/matterbridge/pull/509).
59
+ - [ingress]: Removed the `--ingress` parameter used in the old Home Assisant add-on. Update the Matterbridge Home Assistant Application (formerly known as add-on) if you didn't.
60
+
61
+ ### Added
62
+
63
+ - [packages]: Added **@matterbridge/types** monorepo scoped package.
64
+ - [packages]: Added **@matterbridge/core** monorepo scoped package.
65
+ - [apps]: Added **@matterbridge/frontend** monorepo scoped package.
66
+ - [monorepo]: The transition to a modern monorepo setup with scoped packages is completed.
67
+ - [addon]: Added two other s6-rc based images to be used in the next releases of the [Home Assistant Application](https://github.com/Luligu/matterbridge-home-assistant-addon).
68
+
69
+ ### Changed
70
+
71
+ - [package]: Updated dependencies.
72
+ - [matterbridge.io]: Updated docs and styles.
73
+ - [docker]: Updated docker readme file to clarify which base image is used.
74
+ - [frontend]: Bumped `frontend` version to v. 3.4.5.
75
+
76
+ ### Fixed
77
+
78
+ - [worflows]: Fixed workflows that failed and dockerfiles.
79
+ - [childbridge]: Fixed sequence of disabling a plugin in childbridge mode. Thanks [Tamer Salah](https://github.com/tammeryousef1006).
80
+
81
+ ### Security
82
+
83
+ During installation you may see in the log a warning that looks scary, for example:
84
+
85
+ ```text
86
+ npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
87
+ ```
88
+
89
+ This warning does not come from Matterbridge code.
90
+
91
+ It is emitted by a transitive dependency (the `archiver` package) that pulls in an older `glob` version. Matterbridge does not depend on this version of `glob` directly.
92
+
93
+ In short: you can safely ignore this message; it is a dependency warning, not a Matterbridge vulnerability.
94
+
95
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
96
+
50
97
  ## [3.5.3] - 2026-02-06
51
98
 
52
99
  ### Dev Breaking Changes
package/README-DEV.md CHANGED
@@ -89,51 +89,51 @@ When you want to test your plugin with a paired controller and you cannot use na
89
89
 
90
90
  Matterbridge exports from:
91
91
 
92
- ### "matterbridge"
92
+ **"matterbridge"**
93
93
 
94
- - Matterbridge and all Matterbridge related classes.
94
+ - Matterbridge related classes needed in a plugin.
95
95
 
96
- ### "matterbridge/devices"
96
+ **"matterbridge/devices"**
97
97
 
98
98
  - All single device classes like the Rvc, LaundryWasher, etc...
99
99
 
100
- ### "matterbridge/clusters"
100
+ **"matterbridge/clusters"**
101
101
 
102
- - All clusters not present in matter.js or modified.
102
+ - All clusters not present in matter.js or modified. It can be empty.
103
103
 
104
- ### "matterbridge/utils"
104
+ **"matterbridge/utils"**
105
105
 
106
106
  - All general utils and colorUtils functions.
107
107
 
108
- ### "matterbridge/logger"
108
+ **"matterbridge/logger"**
109
109
 
110
110
  - AnsiLogger class.
111
111
 
112
- ### "matterbridge/storage"
112
+ **"matterbridge/storage"**
113
113
 
114
114
  - NodeStorageManager and NodeStorage classes.
115
115
 
116
- ### "matterbridge/matter"
116
+ **"matterbridge/matter"**
117
117
 
118
118
  - All relevant matter.js exports.
119
119
 
120
- ### "matterbridge/matter/behaviors"
120
+ **"matterbridge/matter/behaviors"**
121
121
 
122
122
  - All matter.js behaviors.
123
123
 
124
- ### "matterbridge/matter/clusters"
124
+ **"matterbridge/matter/clusters"**
125
125
 
126
126
  - All matter.js clusters.
127
127
 
128
- ### "matterbridge/matter/devices"
128
+ **"matterbridge/matter/devices"**
129
129
 
130
130
  - All matter.js devices.
131
131
 
132
- ### "matterbridge/matter/endpoints"
132
+ **"matterbridge/matter/endpoints"**
133
133
 
134
134
  - All matter.js endpoints.
135
135
 
136
- ### "matterbridge/matter/types"
136
+ **"matterbridge/matter/types"**
137
137
 
138
138
  - All matter.js types.
139
139
 
@@ -217,24 +217,24 @@ matterbridge -add .
217
217
 
218
218
  ## MatterbridgeDynamicPlatform and MatterbridgeAccessoryPlatform api
219
219
 
220
- ### public name: string
220
+ **public name: string**
221
221
 
222
222
  The plugin name.
223
223
 
224
- ### public type: string
224
+ **public type: string**
225
225
 
226
226
  The plugin platform type.
227
227
 
228
- ### public config: object
228
+ **public config: object**
229
229
 
230
230
  The plugin config (loaded before the platform constructor is called and saved after onShutdown() is called).
231
231
  Here you can store your plugin configuration (see matterbridge-zigbee2mqtt for example)
232
232
 
233
- ### constructor(matterbridge: PlatformMatterbridge, log: AnsiLogger, config: PlatformConfig)
233
+ **constructor(matterbridge: PlatformMatterbridge, log: AnsiLogger, config: PlatformConfig)**
234
234
 
235
235
  The contructor is called when is plugin is loaded.
236
236
 
237
- ### async onStart(reason?: string)
237
+ **async onStart(reason?: string)**
238
238
 
239
239
  The method onStart() is where you have to create your MatterbridgeEndpoint and add all needed clusters.
240
240
 
@@ -244,7 +244,7 @@ The MatterbridgeEndpoint class has the create cluster methods already done and a
244
244
 
245
245
  The method is called when Matterbridge load the plugin.
246
246
 
247
- ### async onConfigure()
247
+ **async onConfigure()**
248
248
 
249
249
  The method onConfigure() is where you can configure your matter device.
250
250
 
@@ -252,7 +252,7 @@ The method is called when the server node the platform belongs to is online.
252
252
 
253
253
  Since the persistent attributes are loaded from the storage when the server node goes online, you may need to set them in onConfigure().
254
254
 
255
- ### async onShutdown(reason?: string)
255
+ **async onShutdown(reason?: string)**
256
256
 
257
257
  The method onShutdown() is where you have to stop your platform and cleanup all the used resources.
258
258
 
@@ -260,51 +260,51 @@ The method is called when Matterbridge is shutting down or when the plugin is di
260
260
 
261
261
  Since the frontend can enable and disable the plugin many times, you need to clean all resources (i.e. handlers, intervals, timers...) here.
262
262
 
263
- ### async onChangeLoggerLevel(logLevel: LogLevel)
263
+ **async onChangeLoggerLevel(logLevel: LogLevel)**
264
264
 
265
265
  It is called when the user changes the logger level in the frontend.
266
266
 
267
- ### async onAction(action: string, value?: string, id?: string, formData?: PlatformConfig)
267
+ **async onAction(action: string, value?: string, id?: string, formData?: PlatformConfig)**
268
268
 
269
269
  It is called when a plugin config includes an action button or an action button with text field.
270
270
 
271
- ### async onConfigChanged(config: PlatformConfig)
271
+ **async onConfigChanged(config: PlatformConfig)**
272
272
 
273
273
  It is called when the plugin config has been updated.
274
274
 
275
- ### getDevices(): MatterbridgeEndpoint[]
275
+ **getDevices(): MatterbridgeEndpoint[]**
276
276
 
277
277
  Retrieves the devices registered with the platform.
278
278
 
279
- ### getDeviceByName(deviceName: string): MatterbridgeEndpoint | undefined
279
+ **getDeviceByName(deviceName: string): MatterbridgeEndpoint | undefined**
280
280
 
281
- ### getDeviceByUniqueId(uniqueId: string): MatterbridgeEndpoint | undefined
281
+ **getDeviceByUniqueId(uniqueId: string): MatterbridgeEndpoint | undefined**
282
282
 
283
- ### getDeviceBySerialNumber(serialNumber: string): MatterbridgeEndpoint | undefined
283
+ **getDeviceBySerialNumber(serialNumber: string): MatterbridgeEndpoint | undefined**
284
284
 
285
- ### getDeviceById(id: string): MatterbridgeEndpoint | undefined
285
+ **getDeviceById(id: string): MatterbridgeEndpoint | undefined**
286
286
 
287
- ### getDeviceByOriginalId(originalId: string): MatterbridgeEndpoint | undefined
287
+ **getDeviceByOriginalId(originalId: string): MatterbridgeEndpoint | undefined**
288
288
 
289
- ### getDeviceByNumber(number: EndpointNumber | number): MatterbridgeEndpoint | undefined
289
+ **getDeviceByNumber(number: EndpointNumber | number): MatterbridgeEndpoint | undefined**
290
290
 
291
291
  They all return MatterbridgeEndpoint or undefined if not found.
292
292
 
293
- ### hasDeviceName(deviceName: string): boolean
293
+ **hasDeviceName(deviceName: string): boolean**
294
294
 
295
- ### hasDeviceUniqueId(deviceUniqueId: string): boolean
295
+ **hasDeviceUniqueId(deviceUniqueId: string): boolean**
296
296
 
297
297
  Checks if a device with this name or uniqueId is already registered in the platform.
298
298
 
299
- ### async registerDevice(device: MatterbridgeEndpoint)
299
+ **async registerDevice(device: MatterbridgeEndpoint)**
300
300
 
301
301
  After you have created your device, add it to the platform.
302
302
 
303
- ### async unregisterDevice(device: MatterbridgeEndpoint)
303
+ **async unregisterDevice(device: MatterbridgeEndpoint)**
304
304
 
305
305
  You can unregister a device.
306
306
 
307
- ### async unregisterAllDevices()
307
+ **async unregisterAllDevices()**
308
308
 
309
309
  You can unregister all the devices you added.
310
310
 
package/README-DOCKER.md CHANGED
@@ -25,13 +25,19 @@
25
25
 
26
26
  The Matterbridge Docker images (multi-arch manifest list for **linux/amd64** and **linux/arm64**) are published on [**Docker Hub**](https://hub.docker.com/r/luligu/matterbridge). If you use them, please consider starring the project on [**Docker Hub**](https://hub.docker.com/r/luligu/matterbridge).
27
27
 
28
- The image (tag **latest**) includes Matterbridge and all official plugins, using the latest release published on npm. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything.
28
+ The image (tag **latest** 92 MB) includes Matterbridge and all official plugins, using the latest release published on npm. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything.
29
29
 
30
- The image (tag **dev**) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest **dev** from the frontend, you will override the GitHub version with the latest **dev** published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.
30
+ The image (tag **dev** 93 MB) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest **dev** from the frontend, you will override the GitHub version with the latest **dev** published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.
31
31
 
32
- The image (tag **ubuntu**) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `ubuntu:latest` with Node.js 24 from NodeSource. Plugins are not included in the image; they will be installed on first run. This image preinstalls `bluetooth`, `build-essential`, and `python` packages (useful for plugins that require native builds).
32
+ The image (tag **ubuntu** 90 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `ubuntu:latest` with Node.js 24 from NodeSource. Plugins are not included in the image; they will be installed on first run. This image preinstalls `bluetooth`, `build-essential`, and `python` packages (useful for plugins that require native builds).
33
33
 
34
- The image (tag **alpine**) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `node:24-alpine`. Plugins are not included in the image; they will be installed on first run.
34
+ The image (tag **alpine** 58 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `node:24-alpine`. Plugins are not included in the image; they will be installed on first run.
35
+
36
+ ### Matterbridge docker base images
37
+
38
+ The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest` -> Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24.
39
+
40
+ The image (tag **s6-rc-base** 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on `node:24-trixie-slim` and integrates the s6-rc overlay system. Plugins are not included in the image; they will be installed on first run. It is used like base image for the [Matterbridge Home Assistant Application](https://github.com/Luligu/matterbridge-home-assistant-addon).
35
41
 
36
42
  ### Docker health check
37
43
 
@@ -78,6 +84,7 @@ After adding your user to the `docker` group, log out and log back in so your cu
78
84
  The container must have full access to the host network (needed for mDNS and the Matter protocol).
79
85
 
80
86
  ```bash
87
+ sudo docker pull luligu/matterbridge:latest
81
88
  sudo docker run --name matterbridge \
82
89
  -v ~/Matterbridge:/root/Matterbridge \
83
90
  -v ~/.matterbridge:/root/.matterbridge \
@@ -90,6 +97,7 @@ You may need to adapt the paths to your setup.
90
97
  ### Run the container with extra parameters (e.g. frontend on port 8585)
91
98
 
92
99
  ```bash
100
+ sudo docker pull luligu/matterbridge:latest
93
101
  sudo docker run --name matterbridge \
94
102
  -v ~/Matterbridge:/root/Matterbridge \
95
103
  -v ~/.matterbridge:/root/.matterbridge \
@@ -124,12 +132,14 @@ Copy it to your home directory or edit your existing compose file to add the Mat
124
132
  Then start Docker Compose with:
125
133
 
126
134
  ```bash
135
+ docker compose pull matterbridge
127
136
  docker compose up -d
128
137
  ```
129
138
 
130
139
  Or start only the Matterbridge container with:
131
140
 
132
141
  ```bash
142
+ docker compose pull matterbridge
133
143
  docker compose up -d matterbridge
134
144
  ```
135
145
 
package/README.md CHANGED
@@ -219,7 +219,7 @@ or with user matterbridge and with private global node_modules and npm cache (no
219
219
 
220
220
  ### Run matterbridge as an home assistant add-on with the official add-on
221
221
 
222
- [Home assistant add-on configuration](https://github.com/Luligu/matterbridge-home-assistant-addon)
222
+ [Home assistant application (formerly known as add-on) configuration](https://github.com/Luligu/matterbridge-home-assistant-addon)
223
223
 
224
224
  ### Other Home Assistant Community Add-ons
225
225