Upgrade Nest to 2.9.2 (#2126)

This commit is contained in:
Paulus Schoutsen 2016-05-21 11:57:33 -07:00
parent d8c1959715
commit 5bedf5d604
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ import voluptuous as vol
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
REQUIREMENTS = ['python-nest==2.9.1']
REQUIREMENTS = ['python-nest==2.9.2']
DOMAIN = 'nest'
NEST = None

View file

@ -260,7 +260,7 @@ python-forecastio==1.3.4
python-mpd2==0.5.5
# homeassistant.components.nest
python-nest==2.9.1
python-nest==2.9.2
# homeassistant.components.device_tracker.nmap_tracker
python-nmap==0.6.0