Skip to content

Commit 52cb2e3

Browse files
author
Teagan Glenn
authored
Allow specification of server for speedtest.net
1 parent b70bd36 commit 52cb2e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/sensor.speedtest.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Once per hour, on the hour (default):
2424
```yaml
2525
sensor:
2626
platform: speedtest
27+
server_id: 1234
2728
monitored_conditions:
2829
- ping
2930
- download
@@ -69,6 +70,7 @@ Configuration variables:
6970
- **ping**: Reaction time in ms of your connection, (how fast you get a response after you've sent out a request).
7071
- **download**: Download speed in Mbps.
7172
- **upload**: Upload speed in Mbps.
73+
- **server_id (*Optional*): Specify the speedtest server to perform test against.
7274
- **minute** (*Optional*): Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries. Default is 0.
7375
- **hour** (*Optional*): Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries. Default is None.
7476
- **day** (*Optional*): Specify the day(s) of the month to schedule the speedtest. Use a list for multiple entries. Default is None.

0 commit comments

Comments
 (0)