From 4fe54e1cbb18cc02b53c2a6b24b35bee45b867bc Mon Sep 17 00:00:00 2001 From: Hugo Dupras Date: Thu, 26 Jan 2017 15:08:21 +0100 Subject: [PATCH] Update Netatmo library to fix missing local_url (#5570) --- homeassistant/components/netatmo.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/netatmo.py b/homeassistant/components/netatmo.py index ea691ac94f4..2bd450a2917 100644 --- a/homeassistant/components/netatmo.py +++ b/homeassistant/components/netatmo.py @@ -18,7 +18,7 @@ from homeassistant.util import Throttle REQUIREMENTS = [ 'https://github.com/jabesq/netatmo-api-python/archive/' - 'v0.9.0.zip#lnetatmo==0.9.0'] + 'v0.9.1.zip#lnetatmo==0.9.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 3f1372ffcce..9d707496529 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -221,7 +221,7 @@ https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b6 https://github.com/danieljkemp/onkyo-eiscp/archive/python3.zip#onkyo-eiscp==0.9.2 # homeassistant.components.netatmo -https://github.com/jabesq/netatmo-api-python/archive/v0.9.0.zip#lnetatmo==0.9.0 +https://github.com/jabesq/netatmo-api-python/archive/v0.9.1.zip#lnetatmo==0.9.1 # homeassistant.components.neato https://github.com/jabesq/pybotvac/archive/v0.0.1.zip#pybotvac==0.0.1