mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Upstream bug fixed that caused error adding some nest thermostats
This commit is contained in:
parent
97e19908be
commit
d10cecde7c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user