matterbridge-zigbee2mqtt 2.5.0-dev.8 → 2.5.0-dev.9

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
@@ -19,7 +19,7 @@ New device types:
19
19
 
20
20
  If your controller has issues detecting the new device type, blacklist these devices, restart, wait 5 minutes that the controller removes them, remove the blacklist and restart again. This will create a new endpoint on the controller and the controllers will likely remove and recreate all the devices so make a backup of configurations (i.e. room assignements) and automations on the controller.
21
21
 
22
- ## [2.5.0] - 2025-05-23
22
+ ## [2.5.0] - 2025-05-25
23
23
 
24
24
  ### Added
25
25
 
@@ -46,6 +46,7 @@ If your controller has issues detecting the new device type, blacklist these dev
46
46
 
47
47
  - [logger]: Fixed logger not always taking the correct value from the frontend.
48
48
  - [issue104]: Solved wrong mode AUTO in system_mode for HEAT only devices.
49
+ - [issue107]: Solved motor_direction reversed.
49
50
 
50
51
  <a href="https://www.buymeacoffee.com/luligugithub">
51
52
  <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "2.5.0-dev.8",
3
+ "version": "2.5.0-dev.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-zigbee2mqtt",
9
- "version": "2.5.0-dev.8",
9
+ "version": "2.5.0-dev.9",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "moment": "2.30.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "2.5.0-dev.8",
3
+ "version": "2.5.0-dev.9",
4
4
  "description": "Matterbridge zigbee2mqtt plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",