@homebridge-plugins/homebridge-govee 11.0.1-beta.1 → 11.0.2

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
@@ -8,6 +8,20 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
8
8
  - `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
9
9
  - `PATCH` version when backwards-compatible bug fixes are implemented
10
10
 
11
+ ## v11.0.2 (2025-05-20)
12
+
13
+ ⚠️ This plugin no longer officially supports Node 18. Please update to Node 20 or 22.
14
+
15
+ ### Changed
16
+
17
+ - enable logging for unknown scene codes for the ice maker
18
+
19
+ ## v11.0.1 (2025-05-18)
20
+
21
+ ### Changed
22
+
23
+ - downgrade bluetooth packages to fix child bridge restart issues
24
+
11
25
  ## v11.0.0 (2025-05-18)
12
26
 
13
27
  ⚠️ This plugin no longer officially supports Node 18. Please update to Node 20 or 22.
@@ -38,7 +38,7 @@ export default class {
38
38
 
39
39
  switch (deviceFunction) {
40
40
  default:
41
- this.accessory.logDebugWarn(`${platformLang.newScene}: [${command}] [${hexString}]`)
41
+ this.accessory.logWarn(`${platformLang.newScene}: [${command}] [${hexString}]`)
42
42
  break
43
43
  }
44
44
  })
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.0.1-beta.1",
5
+ "version": "11.0.2",
6
6
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",