Upstream bug fixed that caused error adding some nest thermostats

This commit is contained in:
zyell 2015-09-04 12:00:47 -07:00
parent 97e19908be
commit d10cecde7c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import logging
from homeassistant.components.thermostat import ThermostatDevice
from homeassistant.const import (CONF_USERNAME, CONF_PASSWORD, TEMP_CELCIUS)
REQUIREMENTS = ['python-nest==2.4.0']
REQUIREMENTS = ['python-nest==2.6.0']
# pylint: disable=unused-argument

View File

@ -31,7 +31,7 @@ python-nmap==0.4.1
pushbullet.py==0.7.1
# Nest Thermostat bindings (thermostat.nest)
python-nest==2.4.0
python-nest==2.6.0
# Z-Wave (*.zwave)
pydispatcher==2.0.5