From 454d479b36b314e3d2308f8ef8571ae38cafa4ad Mon Sep 17 00:00:00 2001 From: jaburges Date: Fri, 27 Sep 2019 03:52:58 -0700 Subject: [PATCH] Bump pyowlet to 1.0.3 (#26892) * API URLs API URLs have been updated which prevented 1.0.2 from authenticating per this thread: https://community.home-assistant.io/t/owlet-setup/130751 ``` https://user-field-1a2039d9.aylanetworks.com/users/sign_in https://ads-field-1a2039d9.aylanetworks.com/apiv1 ``` have been updated in PyOwlet.py 1.0.3 * bump pyowlet to 1.0.3 --- homeassistant/components/owlet/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/owlet/manifest.json b/homeassistant/components/owlet/manifest.json index edc51dcc533..b89947343c9 100644 --- a/homeassistant/components/owlet/manifest.json +++ b/homeassistant/components/owlet/manifest.json @@ -3,7 +3,7 @@ "name": "Owlet", "documentation": "https://www.home-assistant.io/components/owlet", "requirements": [ - "pyowlet==1.0.2" + "pyowlet==1.0.3" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index a9ec02ffcc6..32983063775 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1372,7 +1372,7 @@ pyotgw==0.4b4 pyotp==2.3.0 # homeassistant.components.owlet -pyowlet==1.0.2 +pyowlet==1.0.3 # homeassistant.components.openweathermap pyowm==2.10.0