Update to pyunifi 2.12 (#7468)

* Update to pyunifi 2.12

* Update requirements_all.txt
pull/7482/head
Caleb 2017-05-07 00:39:21 -05:00 committed by Paulus Schoutsen
parent f87b9b7b85
commit 4165629f97
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.components.device_tracker import (
from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
from homeassistant.const import CONF_VERIFY_SSL
REQUIREMENTS = ['pyunifi==2.0']
REQUIREMENTS = ['pyunifi==2.12']
_LOGGER = logging.getLogger(__name__)
CONF_PORT = 'port'

View File

@ -698,7 +698,7 @@ pytrackr==0.0.5
pytradfri==1.1
# homeassistant.components.device_tracker.unifi
pyunifi==2.0
pyunifi==2.12
# homeassistant.components.keyboard
# pyuserinput==0.1.11