@homebridge-plugins/homebridge-govee 11.4.0 → 11.5.1

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,18 @@
2
2
 
3
3
  All notable changes to homebridge-govee will be documented in this file.
4
4
 
5
+ ## v11.5.1 (2025-07-24)
6
+
7
+ ### Other Changes
8
+
9
+ - dependency updates
10
+
11
+ ## v11.5.0 (2025-07-18)
12
+
13
+ ### Notable Changes
14
+
15
+ - added light models: `H6038`, `H60B1` & `H60B2`
16
+
5
17
  ## v11.4.0 (2025-07-18)
6
18
 
7
19
  - ⚠️ This update will remove and re-add any H7105 fan accessories in your Homebridge setup.
@@ -145,6 +145,7 @@ export default {
145
145
  'H601D',
146
146
  'H601E',
147
147
  'H6022',
148
+ 'H6038',
148
149
  'H6039',
149
150
  'H6042',
150
151
  'H6043',
@@ -207,6 +208,8 @@ export default {
207
208
  'H60A4',
208
209
  'H60A6',
209
210
  'H60B0',
211
+ 'H60B1',
212
+ 'H60B2',
210
213
  'H6101',
211
214
  'H6102',
212
215
  'H6104',
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.4.0",
5
+ "version": "11.5.1",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@homebridge/plugin-ui-utils": "^2.1.0",
59
59
  "aws-iot-device-sdk": "^2.2.15",
60
- "axios": "^1.10.0",
60
+ "axios": "^1.11.0",
61
61
  "node-persist": "^4.0.4",
62
62
  "node-rsa": "^1.1.1",
63
63
  "p-queue": "^8.1.0",
@@ -68,6 +68,6 @@
68
68
  "@stoprocent/noble": "^1.19.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@antfu/eslint-config": "^4.17.0"
71
+ "@antfu/eslint-config": "^4.19.0"
72
72
  }
73
73
  }