diff --git a/zigbee2mqtt/__init__.py b/zigbee2mqtt/__init__.py index de305260e..eeb800dc8 100755 --- a/zigbee2mqtt/__init__.py +++ b/zigbee2mqtt/__init__.py @@ -26,7 +26,6 @@ import logging from lib.model.mqttplugin import * -from lib.item import Items from lib.utils import Utils from .webif import WebInterface @@ -36,7 +35,7 @@ class Zigbee2Mqtt(MqttPlugin): Main class of the Plugin. Does all plugin specific stuff and provides the update functions for the items """ - PLUGIN_VERSION = '1.1.1' + PLUGIN_VERSION = '1.1.2' def __init__(self, sh): """ diff --git a/zigbee2mqtt/plugin.yaml b/zigbee2mqtt/plugin.yaml index 6747491d6..7df947ef6 100755 --- a/zigbee2mqtt/plugin.yaml +++ b/zigbee2mqtt/plugin.yaml @@ -9,10 +9,10 @@ plugin: tester: Michael Wenzel # Who tests this plugin? state: develop # change to ready when done with development keywords: iot - documentation: - support: + documentation: '' + support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1856775-support-thread-f%C3%BCr-das-zigbee2mqtt-plugin - version: 1.1.1 # Plugin version + version: 1.1.2 # Plugin version sh_minversion: 1.8.2 # minimum shNG version to use this plugin # sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest) py_minversion: 3.8 # minimum Python version to use for this plugin