@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 +3 -1
- package/lib/utils/constants.js +1 -0
- package/package.json +1 -1
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.
|
|
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
|
|
package/lib/utils/constants.js
CHANGED
package/package.json
CHANGED