Update unifi version

New unifi version has a fix that will allow it to install correctly
This commit is contained in:
Dan 2016-04-21 10:56:19 -04:00 committed by Paulus Schoutsen
parent dfa37511ad
commit 43a94995c2
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,8 @@ from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
from homeassistant.helpers import validate_config
# Unifi package doesn't list urllib3 as a requirement
REQUIREMENTS = ['urllib3', 'unifi==1.2.4']
REQUIREMENTS = ['urllib3', 'unifi==1.2.5']
_LOGGER = logging.getLogger(__name__)
CONF_PORT = 'port'

View file

@ -316,7 +316,7 @@ transmissionrpc==0.11
uber_rides==0.2.1
# homeassistant.components.device_tracker.unifi
unifi==1.2.4
unifi==1.2.5
# homeassistant.components.device_tracker.unifi
urllib3