diff --git a/homeassistant/components/device_tracker/unifi.py b/homeassistant/components/device_tracker/unifi.py index 627d2092a11..0c0c908d1e0 100644 --- a/homeassistant/components/device_tracker/unifi.py +++ b/homeassistant/components/device_tracker/unifi.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index 2afde16d51e..a99eadc4473 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5554af95123..1b72da7c89c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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