fix yaml example (#5275)

* fix yaml example

* Fix configuration sample
This commit is contained in:
lbouriez 2018-05-04 04:20:20 -04:00 committed by Fabian Affolter
parent c66bde1843
commit 0591667068

View File

@ -29,9 +29,9 @@ To integrate Google Maps Location Sharing in Home Assistant, add the following s
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
device_tracker: device_tracker:
platform: google_maps - platform: google_maps
username: example@gmail.com username: YOUR_USERNAME
password: password password: YOUR_PASSWORD
``` ```
{% configuration %} {% configuration %}