Skip to content

Commit

Permalink
Merge pull request #716 from sisamiwe/z2m
Browse files Browse the repository at this point in the history
zigbee2mqtt: Fix in metadata
  • Loading branch information
msinn authored Mar 31, 2023
2 parents 4bd7429 + c88c0b5 commit 1e7e54f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions zigbee2mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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):
"""
Expand Down
6 changes: 3 additions & 3 deletions zigbee2mqtt/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7e54f

Please sign in to comment.