update to pyunifi 2.16 (#20042)
* update to pyunifi 2.16 * update requirements to version 2.16
This commit is contained in:
parent
04636e9ba7
commit
e295ca7b8e
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
|||
from homeassistant.const import CONF_VERIFY_SSL, CONF_MONITORED_CONDITIONS
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['pyunifi==2.13']
|
||||
REQUIREMENTS = ['pyunifi==2.16']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
CONF_PORT = 'port'
|
||||
|
|
|
@ -1365,7 +1365,7 @@ pytradfri[async]==6.0.1
|
|||
pytrafikverket==0.1.5.8
|
||||
|
||||
# homeassistant.components.device_tracker.unifi
|
||||
pyunifi==2.13
|
||||
pyunifi==2.16
|
||||
|
||||
# homeassistant.components.binary_sensor.uptimerobot
|
||||
pyuptimerobot==0.0.5
|
||||
|
|
|
@ -224,7 +224,7 @@ pythonwhois==2.4.3
|
|||
pytradfri[async]==6.0.1
|
||||
|
||||
# homeassistant.components.device_tracker.unifi
|
||||
pyunifi==2.13
|
||||
pyunifi==2.16
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pywebpush==1.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue