mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Update to pyunifi 2.12 (#7468)
* Update to pyunifi 2.12 * Update requirements_all.txt
This commit is contained in:
parent
aa6339818e
commit
41212b90c4
@ -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'
|
||||
|
@ -701,7 +701,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…
x
Reference in New Issue
Block a user