From e1afd9fb029c0729b3b775bae4fc56acda8d31ce Mon Sep 17 00:00:00 2001 From: corneels <18464324+corneels@users.noreply.github.com> Date: Thu, 8 Aug 2019 17:12:36 +1000 Subject: [PATCH] Remove password requirement from documentation (#10082) With a recent change Google Passwords are no longer required. https://github.com/home-assistant/home-assistant/pull/25316 Removed reference to password requirement from documentation. --- source/_components/google_maps.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/google_maps.markdown b/source/_components/google_maps.markdown index b6a7dc4d694..15ed3d36da1 100644 --- a/source/_components/google_maps.markdown +++ b/source/_components/google_maps.markdown @@ -42,10 +42,6 @@ username: description: The email address for the Google account that has access to your shared location. required: true type: string -password: - description: The password for your given username. - required: true - type: string max_gps_accuracy: description: Sometimes Google Maps can report GPS locations with a very low accuracy (few kilometers). That can trigger false zoning. Using this parameter, you can filter these false GPS reports. The number has to be in meters. For example, if you put 200 only GPS reports with an accuracy under 200 will be taken into account - Defaults to 100km if not specified. required: false