Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion githubplugin/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugin:
en: 'Plugin to install plugins from foreign GitHub repositories'
maintainer: Morg42
# tester: # Who tests this plugin?
state: develop # Initial 'develop'. change to 'ready' when done with development
state: ready # Initial 'develop'. change to 'ready' when done with development
keywords: git github plugin
# documentation: '' # An url to optional plugin doc - NOT the url to user_doc!!!
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py
Expand Down
2 changes: 1 addition & 1 deletion kodi/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
description: Kodi Mediacenter
maintainer: Morg
tester: OnkelAndy
state: develop
state: ready
keywords: iot device mediacenter kodi xmbc sdp
version: 1.7.3
sh_minversion: '1.9.5'
Expand Down
2 changes: 1 addition & 1 deletion tasmota/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Tasmota(MqttPlugin):
Main class of the Plugin. Does all plugin specific stuff and provides the update functions for the items
"""

PLUGIN_VERSION = '1.6.0'
PLUGIN_VERSION = '1.6.1'

LIGHT_MSG = ['HSBColor', 'Dimmer', 'Color', 'CT', 'Scheme', 'Fade', 'Speed', 'LedTable', 'White']

Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugin:
en: 'Plugin to control devices which are linked to Zigbee Gateway equipped with Zigbee2MQTT firmware. Communication is handled through the MQTT module of SmartHomeNG.'
maintainer: Sebastian Helms
tester: Sebastian Helms # Who tests this plugin?
state: develop # change to ready when done with development
state: ready # change to ready when done with development
keywords: iot
documentation: ''
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1856775-support-thread-f%C3%BCr-das-zigbee2mqtt-plugin
Expand Down