From 5acfe5da68d354782007072341ad7061bf7a3aa6 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Sun, 27 May 2018 02:31:05 -0700 Subject: [PATCH] Upgrade python-nest to 4.0.0 (#14638) * Upgrade python-nest to 4.0.0 Drop in replace to use nest stream API Didn't change any logic from HA side * Update requirements_all.txt --- homeassistant/components/nest.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/nest.py b/homeassistant/components/nest.py index 2500755d495..f474bfa7a26 100644 --- a/homeassistant/components/nest.py +++ b/homeassistant/components/nest.py @@ -15,7 +15,7 @@ from homeassistant.const import ( CONF_STRUCTURE, CONF_FILENAME, CONF_BINARY_SENSORS, CONF_SENSORS, CONF_MONITORED_CONDITIONS) -REQUIREMENTS = ['python-nest==3.7.0'] +REQUIREMENTS = ['python-nest==4.0.0'] _CONFIGURING = {} _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index fe9b088e1f9..2264c716c5b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1027,7 +1027,7 @@ python-mpd2==1.0.0 python-mystrom==0.4.2 # homeassistant.components.nest -python-nest==3.7.0 +python-nest==4.0.0 # homeassistant.components.device_tracker.nmap_tracker python-nmap==0.6.1