@homebridge-plugins/homebridge-govee 11.22.1-beta.0 → 11.23.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,7 +2,7 @@
2
2
 
3
3
  All notable changes to `@homebridge-plugins/homebridge-govee` will be documented in this file.
4
4
 
5
- ## v11.22.1 (Pending Release)
5
+ ## v11.23.0 (2026-05-16)
6
6
 
7
7
  ### Changes
8
8
 
@@ -10,6 +10,8 @@ All notable changes to `@homebridge-plugins/homebridge-govee` will be documented
10
10
  - feat: add H5140 Smart CO2 Monitor support (closes #1179) (#1281) (@itskevinb)
11
11
  - chore: dependency updates
12
12
  - fix: self-heal invalid TTR token without full re-login
13
+ - chore: fix deprecation workflow script
14
+ - feat: add H8025 light model
13
15
 
14
16
  ## v11.22.0 (2026-05-05)
15
17
 
@@ -465,6 +465,7 @@ export default {
465
465
  'H801B',
466
466
  'H801C',
467
467
  'H8022',
468
+ 'H8025',
468
469
  'H805A',
469
470
  'H805B',
470
471
  'H805C',
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.22.1-beta.0",
5
+ "version": "11.23.0",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",