matterbridge-zigbee2mqtt 2.3.0 → 2.3.1-dev.2

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
@@ -4,6 +4,26 @@ If you like this project and find it useful, please consider giving it a star on
4
4
 
5
5
  All notable changes to this project will be documented in this file.
6
6
 
7
+ ## [2.3.1] - 2024-12-12
8
+
9
+ ### Added
10
+
11
+ - [matterbridge]: Verified to work with Matterbridge edge (matter.js new API).
12
+ - [covers]: Add position movement updates to the controller.
13
+ - [covers]: Fix group cover at controller.
14
+ - [zigbeeEntity]: Add create async to ZigbeeDevice and ZigbeeGroup.
15
+
16
+ ### Changed
17
+
18
+ - [package]: Updated dependencies.
19
+ - [plugin]: Requires Matterbridge 1.6.5.
20
+
21
+ ### Fixed
22
+
23
+ <a href="https://www.buymeacoffee.com/luligugithub">
24
+ <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
25
+ </a>
26
+
7
27
  ## [2.3.0] - 2024-12-04
8
28
 
9
29
  ### Added