@homebridge-plugins/homebridge-govee 11.16.0 → 11.17.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 +16 -9
- package/README.md +2 -2
- package/eslint.config.js +9 -0
- package/lib/utils/constants.js +30 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@homebridge-plugins/homebridge-govee` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## v11.17.0 (2027-02-27)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- dependency updates + maintenance
|
|
10
|
+
- added more matter models to ignore
|
|
11
|
+
|
|
5
12
|
## v11.16.0 (2026-02-22)
|
|
6
13
|
|
|
7
|
-
###
|
|
14
|
+
### Changed
|
|
8
15
|
|
|
9
16
|
- update `matterModels` with model `H61D5` (#1237) (@R-STR)
|
|
10
17
|
- use `reuseAddr` to prevent `EADDRINUSE` on restart
|
|
@@ -12,7 +19,7 @@ All notable changes to `@homebridge-plugins/homebridge-govee` will be documented
|
|
|
12
19
|
|
|
13
20
|
## v11.15.0 (2026-02-16)
|
|
14
21
|
|
|
15
|
-
###
|
|
22
|
+
### Changed
|
|
16
23
|
|
|
17
24
|
- mark `H600B` as matter-enabled for ignore (#1224) (@pgib)
|
|
18
25
|
- fix BLE control characteristic UUID regression (#1208) (@duggan)
|
|
@@ -26,7 +33,7 @@ All notable changes to `@homebridge-plugins/homebridge-govee` will be documented
|
|
|
26
33
|
|
|
27
34
|
## v11.14.0 (2025-12-28)
|
|
28
35
|
|
|
29
|
-
###
|
|
36
|
+
### Changed
|
|
30
37
|
|
|
31
38
|
- add `H600D` to native matter models (#1213) (@R-STR)
|
|
32
39
|
- add support for `H8015` light bulb (#1221) (@zionsnider)
|
|
@@ -37,28 +44,28 @@ All notable changes to `@homebridge-plugins/homebridge-govee` will be documented
|
|
|
37
44
|
|
|
38
45
|
## v11.13.0 (2025-12-15)
|
|
39
46
|
|
|
40
|
-
###
|
|
47
|
+
### Changed
|
|
41
48
|
|
|
42
49
|
- new light model: `H6871`
|
|
43
50
|
- dependency updates
|
|
44
51
|
|
|
45
52
|
## v11.12.1 (2025-12-05)
|
|
46
53
|
|
|
47
|
-
###
|
|
54
|
+
### Changed
|
|
48
55
|
|
|
49
56
|
- update workflows and npm publish via oidc
|
|
50
57
|
- dependency updates
|
|
51
58
|
|
|
52
59
|
## v11.12.0 (2025-11-30)
|
|
53
60
|
|
|
54
|
-
###
|
|
61
|
+
### Changed
|
|
55
62
|
|
|
56
63
|
- add support for `H80C5` lights
|
|
57
64
|
- fix `DEP0187` deprecation warning retry
|
|
58
65
|
|
|
59
66
|
## v11.11.0 (2025-11-29)
|
|
60
67
|
|
|
61
|
-
###
|
|
68
|
+
### Changed
|
|
62
69
|
|
|
63
70
|
- update readme badges (use `shields.io`)
|
|
64
71
|
- feat: add support for `H6671` and `H6672` (#1200) (@fish-sammy)
|
|
@@ -724,7 +731,7 @@ See the first section of the updated wiki document for instructions:
|
|
|
724
731
|
**Kettle Users**
|
|
725
732
|
Unfortunately this update will break your kettle. This is something I am working on and will hopefully be fixed soon.
|
|
726
733
|
|
|
727
|
-
###
|
|
734
|
+
### Changed
|
|
728
735
|
|
|
729
736
|
- General fixes
|
|
730
737
|
- Bump `node` recommended versions to v14.21.2 or v16.19.0 or v18.13.0
|
|
@@ -1827,7 +1834,7 @@ See ⚠️ for potentially-breaking changes.
|
|
|
1827
1834
|
|
|
1828
1835
|
## v3.3.2 (2021-07-08)
|
|
1829
1836
|
|
|
1830
|
-
###
|
|
1837
|
+
### Changed
|
|
1831
1838
|
|
|
1832
1839
|
- Revert node version bump to v14.17.3 (back to v14.17.2)
|
|
1833
1840
|
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://github.com/homebridge-plugins/homebridge-govee"><img src="https://user-images.githubusercontent.com/43026681/101324574-5e997d80-3862-11eb-81b0-932330f6e242.png" width="600px"></a>
|
|
2
|
+
<a href="https://github.com/homebridge-plugins/homebridge-govee"><img src="https://user-images.githubusercontent.com/43026681/101324574-5e997d80-3862-11eb-81b0-932330f6e242.png" width="600px" alt="Plugin Logo"></a>
|
|
3
3
|
</p>
|
|
4
4
|
<span align="center">
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## homebridge-govee
|
|
7
7
|
|
|
8
8
|
Homebridge plugin to integrate Govee devices into HomeKit
|
|
9
9
|
|
package/eslint.config.js
CHANGED
|
@@ -40,4 +40,13 @@ export default antfu(
|
|
|
40
40
|
},
|
|
41
41
|
typescript: false,
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
files: ['**/*.md'],
|
|
45
|
+
rules: {
|
|
46
|
+
'perfectionist/sort-exports': 'off',
|
|
47
|
+
'perfectionist/sort-imports': 'off',
|
|
48
|
+
'perfectionist/sort-named-exports': 'off',
|
|
49
|
+
'perfectionist/sort-named-imports': 'off',
|
|
50
|
+
},
|
|
51
|
+
},
|
|
43
52
|
)
|
package/lib/utils/constants.js
CHANGED
|
@@ -545,7 +545,36 @@ export default {
|
|
|
545
545
|
],
|
|
546
546
|
},
|
|
547
547
|
|
|
548
|
-
matterModels: [
|
|
548
|
+
matterModels: [
|
|
549
|
+
'H5085',
|
|
550
|
+
'H600B',
|
|
551
|
+
'H600D',
|
|
552
|
+
'H601F',
|
|
553
|
+
'H6022',
|
|
554
|
+
'H6099',
|
|
555
|
+
'H60A4',
|
|
556
|
+
'H60A6',
|
|
557
|
+
'H612B',
|
|
558
|
+
'H619D',
|
|
559
|
+
'H61D5',
|
|
560
|
+
'H61E5',
|
|
561
|
+
'H61F2',
|
|
562
|
+
'H6641',
|
|
563
|
+
'H6811',
|
|
564
|
+
'H6840',
|
|
565
|
+
'H7063',
|
|
566
|
+
'H7067',
|
|
567
|
+
'H7068',
|
|
568
|
+
'H7069',
|
|
569
|
+
'H706A',
|
|
570
|
+
'H706B',
|
|
571
|
+
'H706C',
|
|
572
|
+
'H7073',
|
|
573
|
+
'H7075',
|
|
574
|
+
'H7094',
|
|
575
|
+
'H70C4',
|
|
576
|
+
'H8015',
|
|
577
|
+
],
|
|
549
578
|
|
|
550
579
|
awsOutlet1617: ['H5080', 'H5083'],
|
|
551
580
|
|
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.
|
|
5
|
+
"version": "11.17.0",
|
|
6
6
|
"description": "Homebridge plugin to integrate Govee devices into HomeKit.",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "bwp91",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@homebridge/plugin-ui-utils": "^2.2.0",
|
|
60
60
|
"aws-iot-device-sdk": "^2.2.16",
|
|
61
|
-
"axios": "^1.13.
|
|
61
|
+
"axios": "^1.13.6",
|
|
62
62
|
"node-persist": "^4.0.4",
|
|
63
63
|
"node-rsa": "^1.1.1",
|
|
64
64
|
"p-queue": "^9.1.0",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"@stoprocent/noble": "^2.3.16"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@antfu/eslint-config": "^7.
|
|
73
|
+
"@antfu/eslint-config": "^7.6.1"
|
|
74
74
|
}
|
|
75
75
|
}
|