diff --git a/CHANGELOG.md b/CHANGELOG.md index a5998e19..beff8c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## master +## 0.0.19 - Add temperature sensor support for Xiaomi Mi power plug - Add barometer sensor for Xiaomi Aqara temperature, humidity and pressure sensor (WSDCGQ11LM) - Add forecast support for WSDCGQ11LM @@ -20,6 +20,7 @@ New devices: - IKEA TRADFRI ON/OFF switch - IKEA TRADFRI motion sensor - IKEA TRADFRI remote control +- IKEA TRADFRI control outlet - Immax LED E14/230V C35 5W TB 440LM ZIGBEE DIM - Innr E27 Smart bulb tunable white - OSRAM SMART+ spot GU5.3 tunable white @@ -38,6 +39,7 @@ New devices: - Swann Window/door sensor - Sylvania LIGHTIFY LED RGBW BR30 - Xiaomi Aqara single key wired wall switch +- Xiaomi Aqara two-way control module ## 0.0.18 - Fix duplicate state in Domoticz log for On/Off switches diff --git a/README.md b/README.md index 5e1bcbc8..ac84d90d 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ git pull - Xiaomi Aqara socket Zigbee - Xiaomi Aqara smart LED bulb - Xiaomi Aqara temperature, humidity and pressure sensor +- Xiaomi Aqara two-way control module - Xiaomi Aqara vibration sensor - Xiaomi Aqara water leak sensor - Xiaomi Aqara wireless switch (WXKG11LM) diff --git a/plugin.py b/plugin.py index 034ba78c..eaa46b1d 100644 --- a/plugin.py +++ b/plugin.py @@ -1,5 +1,5 @@ """ - + Plugin to add support for zigbee2mqtt project

Specify MQTT server and port.