@homebridge-plugins/homebridge-govee 11.12.1 → 11.13.0

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `@homebridge-plugins/homebridge-govee` will be documented in this file.
4
4
 
5
+ ## v11.13.0 (2025-12-15)
6
+
7
+ ### Changes
8
+
9
+ - new light model: `H6871`
10
+ - dependency updates
11
+
5
12
  ## v11.12.1 (2025-12-05)
6
13
 
7
14
  ### Changes
@@ -360,6 +360,7 @@ export default {
360
360
  'H6811',
361
361
  'H6840',
362
362
  'H6841',
363
+ 'H6871',
363
364
  'H7001',
364
365
  'H7002',
365
366
  'H7005',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@homebridge-plugins/homebridge-govee",
3
3
  "alias": "Govee",
4
4
  "type": "module",
5
- "version": "11.12.1",
5
+ "version": "11.13.0",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",
@@ -66,10 +66,10 @@
66
66
  },
67
67
  "optionalDependencies": {
68
68
  "@stoprocent/bluetooth-hci-socket": "^2.2.3",
69
- "@stoprocent/noble": "^2.3.9"
69
+ "@stoprocent/noble": "^2.3.10"
70
70
  },
71
71
  "devDependencies": {
72
- "@antfu/eslint-config": "^6.4.2",
72
+ "@antfu/eslint-config": "^6.7.1",
73
73
  "patch-package": "^8.0.1"
74
74
  }
75
75
  }