From 774fbdd195e97efb7569c72af8d46ca9e09c7384 Mon Sep 17 00:00:00 2001 From: wmn79 Date: Tue, 8 Oct 2019 14:05:04 +0200 Subject: [PATCH] Added note for users of earlier versions than 0.97 (#10659) * Added note for users of earlier versions than 0.97 Updated page with a note for users coming from earlier versions than 0.97 to only remove password from the config file. Used parts of the text from the breaking change text for release 0.97. Fixes issue #10179 * MInor change --- source/_integrations/google_maps.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/google_maps.markdown b/source/_integrations/google_maps.markdown index becbbfc9b0a..40603019494 100644 --- a/source/_integrations/google_maps.markdown +++ b/source/_integrations/google_maps.markdown @@ -47,3 +47,7 @@ scan_interval: default: 60 type: integer {% endconfiguration %} + +
+As of release 0.97 Google passwords are no longer required in your configuration. Users coming from earlier releases should only remove the password entry from their configuration file (username is still required) and restart Home Assistant. The cookie file previously generated should still be valid and will allow the tracker to continue functioning normally until the cookie is invalidated. +