Update unifi version
New unifi version has a fix that will allow it to install correctly
This commit is contained in:
parent
dfa37511ad
commit
43a94995c2
2 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue