Skip to content

Commit

Permalink
unifi plugin: bump to version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Sep 16, 2023
1 parent 8b5122c commit 0e5d72b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 3 additions & 4 deletions unifi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#########################################################################
# This file is part of SmartHomeNG.
#
# Sample plugin for new plugins to run with SmartHomeNG version 1.4 and
# upwards.
# Plugin to read and control some features of UniFi Controllers
#
# SmartHomeNG is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -290,13 +289,13 @@ class UniFiControllerClient(SmartPlugin):
the update functions for the items
"""

PLUGIN_VERSION = '1.6.2'
PLUGIN_VERSION = '1.6.3'

def __init__(self, sh, *args, **kwargs):
"""
Initalizes the plugin. The parameters describe for this method are pulled from the entry in plugin.yaml.
"""

super().__init__()
from bin.smarthome import VERSION
if '.'.join(VERSION.split('.', 2)[:2]) <= '1.5':
self.logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion unifi/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1278068-unifi-controller-api-wlan

version: 1.6.2 # Plugin version
version: 1.6.3 # Plugin version
sh_minversion: 1.9.0 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
Expand Down
6 changes: 0 additions & 6 deletions unifi/webif/static/img/readme.txt

This file was deleted.

0 comments on commit 0e5d72b

Please sign in to comment.