@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 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
@@ -204,6 +204,7 @@ export default {
204
204
  'H6099',
205
205
  'H60A0',
206
206
  'H60A1',
207
+ 'H60A4',
207
208
  'H60A6',
208
209
  'H60B0',
209
210
  'H6101',
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.1.0",
5
+ "version": "11.2.0",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",