Update python-nest dependency version (#5795)

The nest-cam changes have now been merged into the upstream library, so
there is no need to track a specific branch.

Updating to 3.1.0 also fixes a structure parsing bug I was experiencing.
This commit is contained in:
Josh Wright 2017-02-07 16:55:49 -05:00 committed by Pascal Vizeli
parent 12bc7c7316
commit 35f6dbc9dc
2 changed files with 4 additions and 7 deletions

View file

@ -19,10 +19,7 @@ from homeassistant.loader import get_component
_CONFIGURING = {}
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = [
'http://github.com/technicalpickles/python-nest'
'/archive/e6c9d56a8df455d4d7746389811f2c1387e8cb33.zip' # nest-cam branch
'#python-nest==3.0.2']
REQUIREMENTS = ['python-nest==3.1.0']
DOMAIN = 'nest'