iobroker.govee-smart 2.21.0 → 2.22.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/README.md +7 -5
- package/admin/custom/assets/index-BhQfhP13.js +904 -0
- package/admin/custom/customComponents.js +2 -2
- package/admin/custom/mf-manifest.json +1 -1
- package/admin/i18n/de.json +1 -0
- package/admin/i18n/en.json +1 -0
- package/admin/i18n/es.json +1 -0
- package/admin/i18n/fr.json +1 -0
- package/admin/i18n/it.json +1 -0
- package/admin/i18n/nl.json +1 -0
- package/admin/i18n/pl.json +1 -0
- package/admin/i18n/pt.json +1 -0
- package/admin/i18n/ru.json +1 -0
- package/admin/i18n/uk.json +1 -0
- package/admin/i18n/zh-cn.json +1 -0
- package/build/lib/device-manager/cloud-merge.js +7 -0
- package/build/lib/device-manager/cloud-merge.js.map +2 -2
- package/build/lib/device-manager.js +18 -2
- package/build/lib/device-manager.js.map +2 -2
- package/build/lib/govee-api-client.js.map +2 -2
- package/build/lib/sku-cache.js.map +2 -2
- package/build/lib/state-manager.js +83 -5
- package/build/lib/state-manager.js.map +2 -2
- package/build/lib/types.js +13 -0
- package/build/lib/types.js.map +2 -2
- package/build/main.js +4 -0
- package/build/main.js.map +2 -2
- package/devices.json +42 -0
- package/devices.schema.json +1 -1
- package/io-package.json +14 -14
- package/package.json +2 -2
- package/admin/custom/assets/index-C4iojJUp.js +0 -904
package/README.md
CHANGED
|
@@ -94,7 +94,13 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
94
94
|
Placeholder for the next version (at the beginning of the line):
|
|
95
95
|
### **WORK IN PROGRESS**
|
|
96
96
|
-->
|
|
97
|
-
### 2.
|
|
97
|
+
### 2.22.0 (2026-07-23)
|
|
98
|
+
|
|
99
|
+
- A Govee app device group of the "same mode" type no longer appears as a phantom, uncontrollable device in the object tree.
|
|
100
|
+
- Seven more Govee models join the catalog, from Edison bulbs to a ceiling fan. They start as experimental — enable them in the adapter settings to try them.
|
|
101
|
+
- Sensors that reach the cloud through a Govee gateway now show which gateway they are connected through, instead of an empty IP field.
|
|
102
|
+
|
|
103
|
+
### 2.21.0 (2026-07-12) — stable
|
|
98
104
|
|
|
99
105
|
- The segment-detection wizard for cut LED strips now has a visual admin interface: a live map of the strip that fills in as you measure each segment and can be corrected before you apply it.
|
|
100
106
|
|
|
@@ -115,10 +121,6 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
115
121
|
|
|
116
122
|
- Internal refactoring. No user-facing changes.
|
|
117
123
|
|
|
118
|
-
### 2.18.1 (2026-07-03)
|
|
119
|
-
|
|
120
|
-
- Added several new Govee devices to the catalog — 4 more lamps and 3 sensors (including a CO2 monitor). They start as experimental; enable them in the adapter settings to try them.
|
|
121
|
-
|
|
122
124
|
[Older changelogs can be found there](CHANGELOG_OLD.md)
|
|
123
125
|
|
|
124
126
|
## Support
|