mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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
@ -67,10 +67,7 @@ class GoogleMapsScanner:
|
|||||||
|
|
||||||
except InvalidCookies:
|
except InvalidCookies:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"You have specified invalid login credentials. "
|
"The cookie file provided does not provide a valid session. Please create another one and try again."
|
||||||
"Please make sure you have saved your credentials"
|
|
||||||
" in the following file: %s",
|
|
||||||
credfile,
|
|
||||||
)
|
)
|
||||||
self.success_init = False
|
self.success_init = False
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Google maps",
|
"name": "Google maps",
|
||||||
"documentation": "https://www.home-assistant.io/components/google_maps",
|
"documentation": "https://www.home-assistant.io/components/google_maps",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"locationsharinglib==4.0.2"
|
"locationsharinglib==4.1.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -748,7 +748,7 @@ liveboxplaytv==2.0.2
|
|||||||
lmnotify==0.0.4
|
lmnotify==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.google_maps
|
# homeassistant.components.google_maps
|
||||||
locationsharinglib==4.0.2
|
locationsharinglib==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.logi_circle
|
# homeassistant.components.logi_circle
|
||||||
logi_circle==0.2.2
|
logi_circle==0.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user