Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Update google_maps dependency and improve error message (home-assista…
Browse files Browse the repository at this point in the history
…nt#26361)

* updated dependency and made error message a bit more accurate.

* updated dependency and made error message a bit more accurate.
  • Loading branch information
costastf authored and fabaff committed Sep 2, 2019
1 parent 85473d2 commit df90e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions homeassistant/components/google_maps/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ def __init__(self, hass, config: ConfigType, see) -> None:

except InvalidCookies:
_LOGGER.error(
"You have specified invalid login credentials. "
"Please make sure you have saved your credentials"
" in the following file: %s",
credfile,
"The cookie file provided does not provide a valid session. Please create another one and try again."
)
self.success_init = False

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/google_maps/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Google maps",
"documentation": "https://www.home-assistant.io/components/google_maps",
"requirements": [
"locationsharinglib==4.0.2"
"locationsharinglib==4.1.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ liveboxplaytv==2.0.2
lmnotify==0.0.4

# homeassistant.components.google_maps
locationsharinglib==4.0.2
locationsharinglib==4.1.0

# homeassistant.components.logi_circle
logi_circle==0.2.2
Expand Down

0 comments on commit df90e9c

Please sign in to comment.