Skip to content

Commit 94c5b75

Browse files
committed
v. 0.0.19
1 parent 36f76d6 commit 94c5b75

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 0.0.19
44
- Add temperature sensor support for Xiaomi Mi power plug
55
- Add barometer sensor for Xiaomi Aqara temperature, humidity and pressure sensor (WSDCGQ11LM)
66
- Add forecast support for WSDCGQ11LM
@@ -20,6 +20,7 @@ New devices:
2020
- IKEA TRADFRI ON/OFF switch
2121
- IKEA TRADFRI motion sensor
2222
- IKEA TRADFRI remote control
23+
- IKEA TRADFRI control outlet
2324
- Immax LED E14/230V C35 5W TB 440LM ZIGBEE DIM
2425
- Innr E27 Smart bulb tunable white
2526
- OSRAM SMART+ spot GU5.3 tunable white
@@ -38,6 +39,7 @@ New devices:
3839
- Swann Window/door sensor
3940
- Sylvania LIGHTIFY LED RGBW BR30
4041
- Xiaomi Aqara single key wired wall switch
42+
- Xiaomi Aqara two-way control module
4143

4244
## 0.0.18
4345
- Fix duplicate state in Domoticz log for On/Off switches

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ git pull
274274
- Xiaomi Aqara socket Zigbee
275275
- Xiaomi Aqara smart LED bulb
276276
- Xiaomi Aqara temperature, humidity and pressure sensor
277+
- Xiaomi Aqara two-way control module
277278
- Xiaomi Aqara vibration sensor
278279
- Xiaomi Aqara water leak sensor
279280
- Xiaomi Aqara wireless switch (WXKG11LM)

plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.18">
2+
<plugin key="Zigbee2MQTT" name="Zigbee2MQTT" version="0.0.19">
33
<description>
44
Plugin to add support for <a href="https://github.com/Koenkk/zigbee2mqtt">zigbee2mqtt</a> project<br/><br/>
55
Specify MQTT server and port.<br/>

0 commit comments

Comments
 (0)