File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Once per hour, on the hour (default):
24
24
``` yaml
25
25
sensor :
26
26
platform : speedtest
27
+ server_id : 1234
27
28
monitored_conditions :
28
29
- ping
29
30
- download
@@ -69,6 +70,7 @@ Configuration variables:
69
70
- **ping**: Reaction time in ms of your connection, (how fast you get a response after you've sent out a request).
70
71
- **download**: Download speed in Mbps.
71
72
- **upload**: Upload speed in Mbps.
73
+ - **server_id (*Optional*): Specify the speedtest server to perform test against.
72
74
- **minute** (*Optional*): Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries. Default is 0.
73
75
- **hour** (*Optional*): Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries. Default is None.
74
76
- **day** (*Optional*): Specify the day(s) of the month to schedule the speedtest. Use a list for multiple entries. Default is None.
You can’t perform that action at this time.
0 commit comments