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
This commit is contained in:
jaburges 2019-09-27 03:52:58 -07:00 committed by Franck Nijhof
parent fc700c7937
commit 454d479b36
2 changed files with 2 additions and 2 deletions

View file

@ -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": [

View file

@ -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