diff --git a/CHANGELOG.md b/CHANGELOG.md index 787d4c07..1570da8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## master +## 0.0.18 - Fix duplicate state in Domoticz log for On/Off switches - Fix issue with reconnect after MQTT server restart (#84) - Handle devices connect and removal from zigbee network diff --git a/plugin.py b/plugin.py index 6e60b8a6..034ba78c 100644 --- a/plugin.py +++ b/plugin.py @@ -1,5 +1,5 @@ """ - + Plugin to add support for zigbee2mqtt project

Specify MQTT server and port.