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