matterbridge-zigbee2mqtt 2.7.0 → 2.8.0-dev-20250911-36784a2

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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,36 @@ If you like this project and find it useful, please consider giving it a star on
8
8
  <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
9
9
  </a>
10
10
 
11
+ ## [2.8.0] - 2025-09-11
12
+
13
+ ### Breaking changes
14
+
15
+ Some color conversion have been optimized to improve performnces.
16
+
17
+ It is possible that existing scenes on the controllers now render the color in a different nuance.
18
+
19
+ If this is the case, update the color attributes in the controller scenes.
20
+
21
+ ### Added
22
+
23
+ - [adaptiveLighting]: Added support for **Apple Home Adaptive Lighting**. See https://github.com/Luligu/matterbridge/discussions/390.
24
+ - [platform]: Optimized command handlers execution and perfomance when the controllers send huge light scenes.
25
+ - [devcontainer]: Added the plugin name to the container.
26
+ - [devcontainer]: Improved performance of first build with shallow clone.
27
+ - [workflows]: The publish workflow now triggers automatically the docker build of matterbridge.
28
+ - [jest]: Added jest helper module v. 1.0.6.
29
+
30
+ ### Changed
31
+
32
+ - [package]: Updated dependencies.
33
+ - [package]: Updated package to Automator v. 2.0.6.
34
+ - [workflows]: Ignore any .md anywhere.
35
+ - [workflows]: Improved speed on Node CI.
36
+
37
+ <a href="https://www.buymeacoffee.com/luligugithub">
38
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
39
+ </a>
40
+
11
41
  ## [2.7.0] - 2025-07-14
12
42
 
13
43
  ### Added
package/README.md CHANGED
@@ -19,6 +19,8 @@ Matterbridge zigbee2mqtt is a matterbridge production-level plugin that expose a
19
19
 
20
20
  No hub or dedicated hardware needed.
21
21
 
22
+ No cloud: all is local and fast.
23
+
22
24
  Interested in super fast and autonomous **[automations for zigbee2mqtt](https://github.com/Luligu/zigbee2mqtt-automations)**? Try this: https://github.com/Luligu/zigbee2mqtt-automations.
23
25
 
24
26
  If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-zigbee2mqtt and sponsoring it.
@@ -27,6 +29,12 @@ If you like this project and find it useful, please consider giving it a star on
27
29
  <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
28
30
  </a>
29
31
 
32
+ ## Introduction
33
+
34
+ Matterbridge enables non-Matter devices (Zigbee devices) to integrate with the Matter communication protocol. Bridges allow platforms that use other protocol standards to interoperate with the Matter ecosystem by integrating a Matter server into, or between, existing smart gateways, controllers, and hubs. Many commercial smart gateways provide a built-in Matter bridge that translates Matter to Zigbee or other protocols, making it possible for other ecosystems to communicate with them.
35
+
36
+ The Matterbridge zigbee2mqtt plugin acts as a Matter Bridge, exposing all Zigbee devices and groups from [Zigbee2MQTT](https://github.com/Koenkk/zigbee2mqtt/blob/master/README.md) as Matter devices to third-party Matter controllers like Apple Home, Google Home, Amazon Alexa, and SmartThings, all while remaining local on the user's network. This allows fast, secure, and cloud-free control of Zigbee2MQTT-connected Zigbee devices from all major voice assistants as well as other third-party Matter clients.
37
+
30
38
  ## Prerequisites
31
39
 
32
40
  ### Matterbridge