From 97423a52e05c85ec4fa7b0ae8be15c7af8c752ef Mon Sep 17 00:00:00 2001 From: sisamiwe Date: Sun, 19 Mar 2023 17:00:21 +0100 Subject: [PATCH 1/2] Zigbee2MQTT Plugin: - update plugin.yaml by adding documentation path and support link --- zigbee2mqtt/__init__.py | 3 +-- zigbee2mqtt/plugin.yaml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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..fa485af40 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: http://smarthomeng.de/user/plugins/zigbee2mqtt/user_doc.html + 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 From c88c0b594048df5bfe3401ec0b491e2226a99121 Mon Sep 17 00:00:00 2001 From: msinn Date: Fri, 31 Mar 2023 13:19:01 +0200 Subject: [PATCH 2/2] Removed documentation url from metadata (would result in duplicate buttons in plugin list --- zigbee2mqtt/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zigbee2mqtt/plugin.yaml b/zigbee2mqtt/plugin.yaml index fa485af40..7df947ef6 100755 --- a/zigbee2mqtt/plugin.yaml +++ b/zigbee2mqtt/plugin.yaml @@ -9,7 +9,7 @@ plugin: tester: Michael Wenzel # Who tests this plugin? state: develop # change to ready when done with development keywords: iot - documentation: http://smarthomeng.de/user/plugins/zigbee2mqtt/user_doc.html + documentation: '' support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1856775-support-thread-f%C3%BCr-das-zigbee2mqtt-plugin version: 1.1.2 # Plugin version