Skip to content

Commit 3dfb228

Browse files
committed
chore: release v2.7.4
- (o0shojo0o) fix for Aqara presence detector FP1 `reset_nopresence_status`
1 parent 6ef051a commit 3dfb228

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
3232
Placeholder for the next version (at the beginning of the line):
3333
### **WORK IN PROGRESS**
3434
-->
35-
### **WORK IN PROGRESS**
35+
### 2.7.4 (2023-03-05)
3636

3737
- (o0shojo0o) fix for Aqara presence detector FP1 `reset_nopresence_status`
3838

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "zigbee2mqtt",
4-
"version": "2.7.3",
4+
"version": "2.7.4",
55
"news": {
6+
"2.7.4": {
7+
"en": "fix for Aqara presence detector FP1 `reset_nopresence_status`",
8+
"de": "fix für Aqara Präsenzmelder FP1 reset_nopresence_status",
9+
"ru": "фикс для Aqara детектор присутствия FP1 reset_nopresence_status",
10+
"pt": "correção para o detector de presença de Aqara FP1 reset_nopresence_status",
11+
"nl": "vertaling:",
12+
"fr": "fix pour détecteur de présence Aqara FP1 reset_nopresence_status",
13+
"it": "correzione per rilevatore di presenza Aqara FP1 reset_nopresence_status",
14+
"es": "fijado para el detector de presencia Aqara FP1 reset_nopresence_status",
15+
"pl": "reset_nopresence_status (ang.)",
16+
"uk": "фіксація для датчика присутності Aqara FP1 скидання_nopresence_status",
17+
"zh-cn": "fix Aqara存在探测器FP1 重新定位_nopreence_status"
18+
},
619
"2.7.3": {
720
"en": "hotfix for Aqara presence detector FP1",
821
"de": "hotfix für Aqara Präsenzmelder FP1",
@@ -80,19 +93,6 @@
8093
"pl": "dodał również krok opcji 'Brightness'\ndodano obsługę jasności (stop #96) (https:/github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/96)\nprzetwarzają bardziej elastyczne przetwory #94 (https:/github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/94)",
8194
"uk": "доданий варіант `Бритальність кроку також повинен перетворювати світло або вимкнути`\nдодано обробка яскравості_кроку #[96](https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/96)\n[94] (https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/94)",
8295
"zh-cn": "增加“权利步骤”的选择,也应该改变“或”的提法。\n增加光明处理:第[96]号(http://github.com/o0shojo0o/ioBroker.zigbee2mqt/issues/96)\n国家处理较为灵活的第[94]号(http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/94)"
83-
},
84-
"2.4.5": {
85-
"en": "extend 'text' for 'action' ([#84](https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/84))",
86-
"de": "text für die Aktion #[84](https://github.com/o0shojo0o/ioBroker.zigbee2mqt/issues/84)",
87-
"ru": "расширить текст для действия #[84](https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/84)",
88-
"pt": "extensão do texto para a ação #[84](https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/84)",
89-
"nl": "quality over Quantity (QoQ) Releases Vertaling:",
90-
"fr": "extension text for action #[84](https://github.com/o0shojo0o/ioBroker.zigbee2mqt/issues/84)",
91-
"it": "estendere il testo all'azione #[84](https://github.com/o0shojo0o/ioBroker.zigbee2mqt/issues/84)",
92-
"es": "extensión text for action #[84](https://github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/84)",
93-
"pl": "tekst do akcji #84 (https:/github.com/o0shojo0o/ioBroker.zigbee2mqtt/issues/84)",
94-
"uk": "javaScript licenses API Веб-сайт Go1.13.8",
95-
"zh-cn": "行动案文[84](http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/84)"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.zigbee2mqtt",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"description": "Zigbee2MQTT adapter for ioBroker",
55
"author": {
66
"name": "Dennis Rathjen",

0 commit comments

Comments
 (0)