File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## master
3
+ ## 0.0.19
4
4
- Add temperature sensor support for Xiaomi Mi power plug
5
5
- Add barometer sensor for Xiaomi Aqara temperature, humidity and pressure sensor (WSDCGQ11LM)
6
6
- Add forecast support for WSDCGQ11LM
@@ -20,6 +20,7 @@ New devices:
20
20
- IKEA TRADFRI ON/OFF switch
21
21
- IKEA TRADFRI motion sensor
22
22
- IKEA TRADFRI remote control
23
+ - IKEA TRADFRI control outlet
23
24
- Immax LED E14/230V C35 5W TB 440LM ZIGBEE DIM
24
25
- Innr E27 Smart bulb tunable white
25
26
- OSRAM SMART+ spot GU5.3 tunable white
@@ -38,6 +39,7 @@ New devices:
38
39
- Swann Window/door sensor
39
40
- Sylvania LIGHTIFY LED RGBW BR30
40
41
- Xiaomi Aqara single key wired wall switch
42
+ - Xiaomi Aqara two-way control module
41
43
42
44
## 0.0.18
43
45
- Fix duplicate state in Domoticz log for On/Off switches
Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ git pull
274
274
- Xiaomi Aqara socket Zigbee
275
275
- Xiaomi Aqara smart LED bulb
276
276
- Xiaomi Aqara temperature, humidity and pressure sensor
277
+ - Xiaomi Aqara two-way control module
277
278
- Xiaomi Aqara vibration sensor
278
279
- Xiaomi Aqara water leak sensor
279
280
- Xiaomi Aqara wireless switch (WXKG11LM)
Original file line number Diff line number Diff line change 1
1
"""
2
- <plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.18 ">
2
+ <plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.19 ">
3
3
<description>
4
4
Plugin to add support for <a href="https://github.com/Koenkk/zigbee2mqtt">zigbee2mqtt</a> project<br/><br/>
5
5
Specify MQTT server and port.<br/>
You can’t perform that action at this time.
0 commit comments