From 2a1e84cff149d7d58a43a009976ac6049f753006 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Tue, 19 Sep 2017 14:09:00 -0700 Subject: [PATCH 1/3] abode: Bump abodepy dependency to 0.11.7 Fixes cases where one's abode account has a nest thermostat linked (https://github.com/MisterWil/abodepy/pull/17). --- homeassistant/components/abode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/abode.py b/homeassistant/components/abode.py index 00f70c719c5955..ca089a3a1657ec 100644 --- a/homeassistant/components/abode.py +++ b/homeassistant/components/abode.py @@ -21,7 +21,7 @@ EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START) -REQUIREMENTS = ['abodepy==0.11.6'] +REQUIREMENTS = ['abodepy==0.11.7'] _LOGGER = logging.getLogger(__name__) From 9bd521552d3ca148c077a62981efdf24311a9d55 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Tue, 19 Sep 2017 14:09:00 -0700 Subject: [PATCH 2/3] abode: Bump abodepy dependency to 0.11.7 Fixes cases where one's abode account has a nest thermostat linked (https://github.com/MisterWil/abodepy/pull/17). --- homeassistant/components/abode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/abode.py b/homeassistant/components/abode.py index 00f70c719c5955..ca089a3a1657ec 100644 --- a/homeassistant/components/abode.py +++ b/homeassistant/components/abode.py @@ -21,7 +21,7 @@ EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START) -REQUIREMENTS = ['abodepy==0.11.6'] +REQUIREMENTS = ['abodepy==0.11.7'] _LOGGER = logging.getLogger(__name__) From 37c77bf9186f3f64a981cc89ffea2daef5b8c070 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Tue, 19 Sep 2017 14:44:24 -0700 Subject: [PATCH 3/3] update requirements_all.txt --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 0cdcff9150d3ef..9c9f7e36783a56 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,7 +45,7 @@ SoCo==0.12 TwitterAPI==2.4.6 # homeassistant.components.abode -abodepy==0.11.6 +abodepy==0.11.7 # homeassistant.components.device_tracker.automatic aioautomatic==0.6.3