From 540f1c19d51414180daa6fc53c8d7f0edacdfe2e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Feb 2022 10:13:51 -0600 Subject: [PATCH] Fix Task exception was never retrieved when WiZ devices are offline (#65844) --- homeassistant/components/wiz/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/wiz/manifest.json b/homeassistant/components/wiz/manifest.json index 0842fd967b0..773c0ff0e6e 100644 --- a/homeassistant/components/wiz/manifest.json +++ b/homeassistant/components/wiz/manifest.json @@ -8,7 +8,7 @@ ], "dependencies": ["network"], "documentation": "https://www.home-assistant.io/integrations/wiz", - "requirements": ["pywizlight==0.4.16"], + "requirements": ["pywizlight==0.5"], "iot_class": "local_polling", "codeowners": ["@sbidy"] } diff --git a/requirements_all.txt b/requirements_all.txt index 68cfbf749ae..f54627b7617 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2051,7 +2051,7 @@ pywemo==0.7.0 pywilight==0.0.70 # homeassistant.components.wiz -pywizlight==0.4.16 +pywizlight==0.5 # homeassistant.components.xeoma pyxeoma==1.4.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8e7a45105d4..1c8f174668f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1276,7 +1276,7 @@ pywemo==0.7.0 pywilight==0.0.70 # homeassistant.components.wiz -pywizlight==0.4.16 +pywizlight==0.5 # homeassistant.components.zerproc pyzerproc==0.4.8