mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Fastdotcom sensor component configuration (#7407)
* Update Fastdotcom sensor component configuration
* 👕 Fix typo error
This commit is contained in:
parent
e9686509ca
commit
a2fe91aeec
@ -42,12 +42,28 @@ sensor:
|
|||||||
- 0
|
- 0
|
||||||
- 30
|
- 30
|
||||||
```
|
```
|
||||||
Configuration variables:
|
|
||||||
|
|
||||||
- **minute** (*Optional*): Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries. Default is 0.
|
{% configuration %}
|
||||||
- **hour** (*Optional*): Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries. Default is None.
|
second:
|
||||||
- **day** (*Optional*): Specify the day(s) of the month to schedule the speedtest. Use a list for multiple entries. Default is None.
|
description: Specify the second(s) of the hour to schedule the speedtest. Use a list for multiple entries.
|
||||||
- **manual** (*Optional*): True or False to turn manual mode on or off. Manual mode will disable scheduled speedtests.
|
required: false
|
||||||
|
default: 0
|
||||||
|
type: list
|
||||||
|
minute:
|
||||||
|
description: Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries.
|
||||||
|
required: false
|
||||||
|
default: 0
|
||||||
|
type: list
|
||||||
|
hour:
|
||||||
|
description: Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
manual:
|
||||||
|
description: True or False to turn manual mode on or off. Manual mode will disable scheduled speedtests.
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
There is also a service named `sensor.update_fastdotcom` that you can use to run a fast.com speedtest on demand. You can turn on manual mode to disable the scheduled speedtests.
|
There is also a service named `sensor.update_fastdotcom` that you can use to run a fast.com speedtest on demand. You can turn on manual mode to disable the scheduled speedtests.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user