Change for speedtest, day option removed (#6807)

This commit is contained in:
kennedyshead 2018-10-14 21:34:39 +02:00 committed by Fabian Affolter
parent f381ba7e34
commit f3e22b4ee4

View File

@ -20,7 +20,7 @@ web service to measure network bandwidth performance.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
By default, it will run every hour. The user can change the update frequency in By default, it will run every hour. The user can change the update frequency in
the configuration by defining the minute, hour, and day for a speed test to run. the configuration by defining the minute and hour for a speed test to run.
For the `server_id` check the list of For the `server_id` check the list of
[available servers](https://www.speedtest.net/speedtest-servers.php). [available servers](https://www.speedtest.net/speedtest-servers.php).
@ -55,10 +55,6 @@ sensor:
description: Specify the speed test server to perform the test against. description: Specify the speed test server to perform the test against.
required: false required: false
type: integer type: integer
day:
description: Specify the day(s) of the month to schedule the speed test. Use a list for multiple entries.
required: false
type: [int, list]
hour: hour:
description: Specify the hour(s) of the day to schedule the speed test. Use a list for multiple entries. description: Specify the hour(s) of the day to schedule the speed test. Use a list for multiple entries.
required: false required: false