mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Allow specification of server for speedtest.net (#847)
This commit is contained in:
parent
c7a198fcec
commit
d60ae6a6be
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user