Allow specification of server for speedtest.net (#847)

This commit is contained in:
Teagan Glenn 2016-08-28 21:06:13 -06:00 committed by GitHub
parent c7a198fcec
commit d60ae6a6be

View File

@ -24,6 +24,7 @@ Once per hour, on the hour (default):
```yaml ```yaml
sensor: sensor:
platform: speedtest platform: speedtest
server_id: 1234
monitored_conditions: monitored_conditions:
- ping - ping
- download - download
@ -69,6 +70,7 @@ Configuration variables:
- **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. - **download**: Download speed in Mbps.
- **upload**: Upload speed in Mbps. - **upload**: Upload speed in Mbps.
- **server_id (*Optional*): Specify the speedtest server to perform test against.
- **minute** (*Optional*): Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries. Default is 0. - **minute** (*Optional*): Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries. Default is 0.
- **hour** (*Optional*): Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries. Default is None. - **hour** (*Optional*): Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries. Default is None.
- **day** (*Optional*): Specify the day(s) of the month to schedule the speedtest. Use a list for multiple entries. Default is None. - **day** (*Optional*): Specify the day(s) of the month to schedule the speedtest. Use a list for multiple entries. Default is None.