Update google_maps dependency and improve error message (#26361)
* updated dependency and made error message a bit more accurate. * updated dependency and made error message a bit more accurate.
This commit is contained in:
parent
85473d2c98
commit
df90e9c4fd
3 changed files with 3 additions and 6 deletions
|
@ -67,10 +67,7 @@ class GoogleMapsScanner:
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -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": []
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue