iobroker.zigbee2mqtt 3.0.17 → 3.0.18
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 +1 -1
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
22
22
|
[Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
|
|
23
23
|
|
|
24
24
|
## Changelog
|
|
25
|
-
###
|
|
25
|
+
### 3.0.18 (2026-01-28)
|
|
26
26
|
* (arteck) typo
|
|
27
27
|
|
|
28
28
|
### 3.0.17 (2026-01-28)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee2mqtt",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.18",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.0.18": {
|
|
7
|
+
"en": "typo",
|
|
8
|
+
"de": "typo",
|
|
9
|
+
"ru": "опечатка",
|
|
10
|
+
"pt": "erro de digitação",
|
|
11
|
+
"nl": "type",
|
|
12
|
+
"fr": "typo",
|
|
13
|
+
"it": "tipo",
|
|
14
|
+
"es": "typo",
|
|
15
|
+
"pl": "typo",
|
|
16
|
+
"uk": "типи",
|
|
17
|
+
"zh-cn": "类型"
|
|
18
|
+
},
|
|
6
19
|
"3.0.17": {
|
|
7
20
|
"en": "typo",
|
|
8
21
|
"de": "typo",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Zaktualizowano zależności\nfix typo",
|
|
81
94
|
"uk": "Залежність було оновлено\nтипофікс",
|
|
82
95
|
"zh-cn": "依赖关系已更新\n类型修复"
|
|
83
|
-
},
|
|
84
|
-
"3.0.11": {
|
|
85
|
-
"en": "fix info.connection",
|
|
86
|
-
"de": "fix info.connection",
|
|
87
|
-
"ru": "обсуждение fix info.connection",
|
|
88
|
-
"pt": "corrigir info.connection",
|
|
89
|
-
"nl": "fix info.connection",
|
|
90
|
-
"fr": "corriger info.connection",
|
|
91
|
-
"it": "fix info.connection",
|
|
92
|
-
"es": "arreglar info.conexión",
|
|
93
|
-
"pl": "fix info.connection",
|
|
94
|
-
"uk": "фіксувати інформацію.connection",
|
|
95
|
-
"zh-cn": "修复信息.连接"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"messages": [
|