mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +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.components.thermostat import ThermostatDevice
|
||||||
from homeassistant.const import (CONF_USERNAME, CONF_PASSWORD, TEMP_CELCIUS)
|
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
|
# pylint: disable=unused-argument
|
||||||
|
@ -31,7 +31,7 @@ python-nmap==0.4.1
|
|||||||
pushbullet.py==0.7.1
|
pushbullet.py==0.7.1
|
||||||
|
|
||||||
# Nest Thermostat bindings (thermostat.nest)
|
# Nest Thermostat bindings (thermostat.nest)
|
||||||
python-nest==2.4.0
|
python-nest==2.6.0
|
||||||
|
|
||||||
# Z-Wave (*.zwave)
|
# Z-Wave (*.zwave)
|
||||||
pydispatcher==2.0.5
|
pydispatcher==2.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user