Skip to content

Commit 1f12bc7

Browse files
committed
chore: release v3.0.3
- (arteck) corr illuminance (del illuminance_raw) - (arteck) indicator.alarm.flood
1 parent e942d71 commit 1f12bc7

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
2222
[Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
2323

2424
## Changelog
25-
### **WORK IN PROGRESS**
25+
### 3.0.3 (2025-02-03)
2626
- (arteck) corr illuminance (del illuminance_raw)
27+
- (arteck) indicator.alarm.flood
2728

2829
### 3.0.2 (2025-01-06)
2930
- (simateck) corr WebSocket connection

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": "3.0.2",
4+
"version": "3.0.3",
55
"news": {
6+
"3.0.3": {
7+
"en": "corr illuminance (del illuminance_raw)\nindicator.alarm.flood",
8+
"de": "korr illuminance (del illuminance_raw)\nindikator.alarm.flood",
9+
"ru": "коррозионная иллюминация (подлинный рисунок)\nindicator.alarm.flood",
10+
"pt": "illuminance de corr (del illuminance_raw)\nindicador.alarm.flood",
11+
"nl": "verlichtingssterkte (del verlichtingssterkte_raw)\nindicator.alarm.vloed",
12+
"fr": "illuminance du corr (del illuminance_raw)\nindicateur.alarme.inondation",
13+
"it": "illuminazione corr (del illuminance_raw)\nindicatore.alarm.flood",
14+
"es": "iluminancia del corr (iluminación del dedo_raw)\nindicador.alarm.flood",
15+
"pl": "krzak świetlny (del luminance _ raw)\nindicator.alarm.powódź",
16+
"uk": "апошні\nіндикатор.alarm.flood",
17+
"zh-cn": "corr 灯光( del 灯光_ raw)\n指标. alarm.flood"
18+
},
619
"3.0.2": {
720
"en": "corr WebSocket connection",
821
"de": "korr WebSocket Verbindung",
@@ -80,19 +93,6 @@
8093
"pl": "fix lint\naktualizacja zależności",
8194
"uk": "засупу 10 ток\nоновлення залежності",
8295
"zh-cn": "修正线\n更新依赖性"
83-
},
84-
"2.13.8": {
85-
"en": "fix icon path",
86-
"de": "iconpfad aktivieren",
87-
"ru": "исправить значок",
88-
"pt": "corrigir o caminho do ícone",
89-
"nl": "pictogrampad herstellen",
90-
"fr": "correction du chemin de l'icône",
91-
"it": "corretto percorso icona",
92-
"es": "fijar la ruta del icono",
93-
"pl": "naprawić ścieżkę ikon",
94-
"uk": "фіксувати шлях іконки",
95-
"zh-cn": "修补图标路径"
9696
}
9797
},
9898
"messages": [

lib/states.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ const states = {
866866
prop: 'water_leak',
867867
name: 'Water leak detected',
868868
icon: undefined,
869-
role: 'indicator.leakage',
869+
role: 'indicator.alarm.flood',
870870
write: false,
871871
read: true,
872872
type: 'boolean',

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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Zigbee2MQTT adapter for ioBroker",
55
"author": {
66
"name": "Dennis Rathjen and Arthur Rupp",

0 commit comments

Comments
 (0)