From 2b24b9658fcfa9ee155a2e5592ad0ddcc68d7483 Mon Sep 17 00:00:00 2001 From: Glenn Waters Date: Fri, 30 Oct 2020 14:41:13 -0400 Subject: [PATCH] Bump ElkM1 library to 0.8.7 (#42645) This is a bump by two dot versions of the library. The 0.8.6 version had a number of internal improvements to the library. No external changes. The 0.8.7 version fixes https://github.com/home-assistant/core/issues/20630. --- homeassistant/components/elkm1/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/elkm1/manifest.json b/homeassistant/components/elkm1/manifest.json index d7e7e226ea0..1875ce4e970 100644 --- a/homeassistant/components/elkm1/manifest.json +++ b/homeassistant/components/elkm1/manifest.json @@ -2,7 +2,7 @@ "domain": "elkm1", "name": "Elk-M1 Control", "documentation": "https://www.home-assistant.io/integrations/elkm1", - "requirements": ["elkm1-lib==0.8.5"], + "requirements": ["elkm1-lib==0.8.7"], "codeowners": ["@gwww", "@bdraco"], "config_flow": true } diff --git a/requirements_all.txt b/requirements_all.txt index 8485bfc480b..2a0358924dc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -538,7 +538,7 @@ elgato==0.2.0 eliqonline==1.2.2 # homeassistant.components.elkm1 -elkm1-lib==0.8.5 +elkm1-lib==0.8.7 # homeassistant.components.mobile_app emoji==0.5.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 62b2e5ec42b..2f893e0b661 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -281,7 +281,7 @@ eebrightbox==0.0.4 elgato==0.2.0 # homeassistant.components.elkm1 -elkm1-lib==0.8.5 +elkm1-lib==0.8.7 # homeassistant.components.mobile_app emoji==0.5.4