Update to pyunifi 2.12 (#7468)
* Update to pyunifi 2.12 * Update requirements_all.txtpull/7482/head
parent
f87b9b7b85
commit
4165629f97
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue