From c0c38fa6d47fd959026196ecfedc3ef800a4f368 Mon Sep 17 00:00:00 2001 From: Khole Date: Wed, 30 Sep 2020 23:02:42 +0100 Subject: [PATCH] Update Pyhiveapi Library Version (#40804) * Update Pyhiveapi Library Version This fixs an issue caused by a change in authentication method by hive * Update Library Version --- homeassistant/components/hive/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hive/manifest.json b/homeassistant/components/hive/manifest.json index 060a1a0a200..f8fb9bc8c2a 100644 --- a/homeassistant/components/hive/manifest.json +++ b/homeassistant/components/hive/manifest.json @@ -2,6 +2,6 @@ "domain": "hive", "name": "Hive", "documentation": "https://www.home-assistant.io/integrations/hive", - "requirements": ["pyhiveapi==0.2.20.1"], + "requirements": ["pyhiveapi==0.2.20.2"], "codeowners": ["@Rendili", "@KJonline"] } diff --git a/requirements_all.txt b/requirements_all.txt index 7c8643f00c0..c782e7ad37b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1401,7 +1401,7 @@ pyheos==0.6.0 pyhik==0.2.7 # homeassistant.components.hive -pyhiveapi==0.2.20.1 +pyhiveapi==0.2.20.2 # homeassistant.components.homematic pyhomematic==0.1.68