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.
This commit is contained in:
corneels 2019-08-08 17:12:36 +10:00 committed by Franck Nijhof
parent 72c95d56a5
commit e1afd9fb02

View File

@ -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