matterbridge-zigbee2mqtt 2.4.4-dev.2 → 2.4.4

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,11 +4,12 @@ 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.4.4-dev.2] - 2025-02-01
7
+ ## [2.4.4] - 2025-02-02
8
8
 
9
- ### Fixed
9
+ ### Changed
10
10
 
11
11
  - [plugin]: Requires Matterbridge 2.1.0.
12
+ - [package]: Updated package.
12
13
  - [package]: Updated dependencies.
13
14
 
14
15
  <a href="https://www.buymeacoffee.com/luligugithub">
@@ -17,7 +18,7 @@ All notable changes to this project will be documented in this file.
17
18
 
18
19
  ## [2.4.3] - 2025-01-20
19
20
 
20
- ### Fixed
21
+ ### Changed
21
22
 
22
23
  - [plugin]: Requires Matterbridge 1.7.3.
23
24
  - [package]: Updated dependencies.
package/dist/entity.js CHANGED
@@ -327,7 +327,6 @@ export class ZigbeeGroup extends ZigbeeEntity {
327
327
  else {
328
328
  zigbeeGroup.serial = `group-${group.id}`.slice(0, 32);
329
329
  }
330
- zigbeeGroup.log.warn(`***Group ${zigbeeGroup.en}${group.friendly_name}${db} adds select device ${group.id} (${group.friendly_name})`);
331
330
  if (!platform.selectDevice.get(`group-${group.id}`)) {
332
331
  platform.selectDevice.set(`group-${group.id}`, { serial: `group-${group.id}`, name: group.friendly_name, icon: 'wifi', entities: [] });
333
332
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "2.4.4-dev.2",
3
+ "version": "2.4.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-zigbee2mqtt",
9
- "version": "2.4.4-dev.2",
9
+ "version": "2.4.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "moment": "2.30.1",
@@ -35,9 +35,9 @@
35
35
  }
36
36
  },
37
37
  "node_modules/@types/node": {
38
- "version": "22.10.10",
39
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz",
40
- "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==",
38
+ "version": "22.13.0",
39
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz",
40
+ "integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==",
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
43
  "undici-types": "~6.20.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "2.4.4-dev.2",
3
+ "version": "2.4.4",
4
4
  "description": "Matterbridge zigbee2mqtt plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",