Skip to content

Commit 6748fec

Browse files
committed
chore: release v2.2.0
- (o0shojo0o) added support for [Lidl HG06467 effects](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects) - (o0shojo0o) added support for hs color - (o0shojo0o) simulated_brightness data point is added only for supported devices
1 parent b2c82cb commit 6748fec

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
3030
Placeholder for the next version (at the beginning of the line):
3131
### **WORK IN PROGRESS**
3232
-->
33-
### **WORK IN PROGRESS**
33+
### 2.2.0 (2022-10-20)
3434

3535
- (o0shojo0o) added support for [Lidl HG06467 effects](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects)
3636
- (o0shojo0o) added support for hs color

io-package.json

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "zigbee2mqtt",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"news": {
6+
"2.2.0": {
7+
"en": "added support for [Lidl HG06467 effects](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects)\nadded support for hs color\nsimulated_brightness data point is added only for supported devices",
8+
"de": "unterstützung für [Lidl HG06467-Effekte](https://www.zigbee2mqt.io/devices/HG06467.html#trigger-Effekte)\nunterstützung für hs farbe\nsimuld_brightness-datenpunkt wird nur für unterstützte geräte hinzugefügt",
9+
"ru": "добавлена поддержка [Lidl HG06467 effects](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects)\nдобавлена поддержка цвета hs\nsimulated_brightness дата точка добавлена только для поддерживаемых устройств",
10+
"pt": "apoio adicional para efeitos [Lidl HG06467](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects)\nsuporte adicionado para cor hs\nsimulated_brightness data point é adicionado apenas para dispositivos suportados",
11+
"nl": "quality over Quantity (QoQ) Releases Vertaling:\nvertaling:\nvertaling:",
12+
"fr": "ajouté support for [Lidl HG06467 effects](https://www.zigbee2mqt.io/devices/HG06467.html#trigger-effects)\nsupport ajouté pour la couleur hs\nsimuld_brightness data point est ajouté seulement pour les appareils pris en charge",
13+
"it": "[Lidl HG06467 Effects](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effetti)\nsupporto aggiunto per il colore hs\nil punto di dati simulated_brightness viene aggiunto solo per i dispositivi supportati",
14+
"es": "[Lidl HG06467 effects](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects)\nsoporte añadido para el color hs\nsimulated_brightness punto de datos se añade sólo para dispositivos compatibles",
15+
"pl": "dodano wsparcie dla Lidla HG06467 efektów (https:/wwww.zigbee2mqtt.io/devices/HG06467.html#trigger)\ndodano obsługę koloru hs\nsymulacja danych _brighta jest dodana tylko dla obsługi urządzeń",
16+
"uk": "додано підтримку [Lidl HG06467 ефектів](https://www.zigbee2mqtt.io/devices/HG06467.html#trigger-effects)\nдодана підтримка кольору hs\nсимулятор_brightness дата додано тільки для підтримуваних пристроїв",
17+
"zh-cn": "进一步支持[Lidl HG06467效应](http://www.zigbee2mqt.io/devices/HG06467.html#er-effects)\nb. 对地壳的增援\n仅为支助装置增添了简历数据点。"
18+
},
619
"2.1.1": {
720
"en": "advanced detection if a device has been removed\nfixes the design error in the websocket connection",
821
"de": "fortgeschrittene erkennung, wenn ein gerät entfernt wurde\nkorrigiert den designfehler in der websocket-verbindung",
@@ -77,18 +90,6 @@
7790
"es": "primera liberación",
7891
"pl": "pierwsze wydanie",
7992
"zh-cn": "首次释放"
80-
},
81-
"0.0.1": {
82-
"en": "initial release",
83-
"de": "Erstveröffentlichung",
84-
"ru": "Начальная версия",
85-
"pt": "lançamento inicial",
86-
"nl": "Eerste uitgave",
87-
"fr": "Première version",
88-
"it": "Versione iniziale",
89-
"es": "Versión inicial",
90-
"pl": "Pierwsze wydanie",
91-
"zh-cn": "首次出版"
9293
}
9394
},
9495
"titleLang": {
@@ -239,4 +240,4 @@
239240
"native": {}
240241
}
241242
]
242-
}
243+
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.zigbee2mqtt",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Zigbee2MQTT adapter for ioBroker",
55
"author": {
66
"name": "Dennis Rathjen",

0 commit comments

Comments
 (0)