Update configuration sample

This commit is contained in:
Fabian Affolter 2016-11-25 17:03:48 +01:00
parent 10eff18e9b
commit 388198465d
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -24,17 +24,17 @@ Once per hour, on the hour (default):
```yaml
# Example configuration.yaml entry
sensor:
platform: speedtest
monitored_conditions:
- ping
- download
- upload
- platform: speedtest
monitored_conditions:
- ping
- download
- upload
```
Configuration variables:
- **monitored_conditions** array (*Required*): Sensors to display in the frontend.
- **ping**: Reaction time in ms of your connection, (how fast you get a response after you've sent out a request).
- **ping**: Reaction time in ms of your connection (how fast you get a response after you've sent out a request).
- **download**: Download speed in Mbps.
- **upload**: Upload speed in Mbps.
- **server_id** (*Optional*): Specify the speedtest server to perform test against.