From 41212b90c481d518a75eb62ef4cd350f45bf4698 Mon Sep 17 00:00:00 2001 From: Caleb Date: Sun, 7 May 2017 00:39:21 -0500 Subject: [PATCH] Update to pyunifi 2.12 (#7468) * Update to pyunifi 2.12 * Update requirements_all.txt --- homeassistant/components/device_tracker/unifi.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/unifi.py b/homeassistant/components/device_tracker/unifi.py index 42b5070b046..b0409e99883 100644 --- a/homeassistant/components/device_tracker/unifi.py +++ b/homeassistant/components/device_tracker/unifi.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index ace8b33db7a..215e39e373e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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