mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00:00
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
@ -12,7 +12,8 @@ from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
|||||||
from homeassistant.helpers import validate_config
|
from homeassistant.helpers import validate_config
|
||||||
|
|
||||||
# Unifi package doesn't list urllib3 as a requirement
|
# 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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
CONF_PORT = 'port'
|
CONF_PORT = 'port'
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@ transmissionrpc==0.11
|
|||||||
uber_rides==0.2.1
|
uber_rides==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.unifi
|
# homeassistant.components.device_tracker.unifi
|
||||||
unifi==1.2.4
|
unifi==1.2.5
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.unifi
|
# homeassistant.components.device_tracker.unifi
|
||||||
urllib3
|
urllib3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user