@homebridge-plugins/homebridge-govee 11.1.0 → 11.2.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 +12 -0
- package/lib/utils/constants.js +1 -0
- package/package.json +1 -1
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.2.0 (2025-07-12)
|
|
6
|
+
|
|
7
|
+
### Notable Changes
|
|
8
|
+
|
|
9
|
+
- support new govee models
|
|
10
|
+
- lights: `H60A4`
|
|
11
|
+
|
|
12
|
+
### Other Changes
|
|
13
|
+
|
|
14
|
+
- fix plugin name in release workflow
|
|
15
|
+
- add permissions to workflows
|
|
16
|
+
|
|
5
17
|
## v11.1.0 (2025-07-12)
|
|
6
18
|
|
|
7
19
|
### Notable Changes
|
package/lib/utils/constants.js
CHANGED
package/package.json
CHANGED