Follow documentation guidelines (#7684)

Follow documentation guidelines for example configuration.

"Use capital letters and _ to indicate that the value needs to be replaced"
This commit is contained in:
Nicholas Westerhausen 2018-11-29 10:43:33 -05:00 committed by Fabian Affolter
parent 8f62f3a5d9
commit cf86bab163

View File

@ -26,8 +26,8 @@ file:
```yaml ```yaml
sensor: sensor:
- platform: seventeentrack - platform: seventeentrack
username: <EMAIL ADDRESS> username: EMAIL_ADDRESS
password: <PASSWORD> password: YOUR_PASSWORD
``` ```
{% configuration %} {% configuration %}