mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Final Example was incorrect (#1702)
i have updated the example as this was not working in my config
This commit is contained in:
parent
c48b484265
commit
a827eb3e15
@ -74,15 +74,15 @@ Everyday at 12:30AM, 6:30AM, 12:30PM, 6:30PM:
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: speedtest
|
- platform: speedtest
|
||||||
minute: 30
|
minute: 30
|
||||||
hour:
|
hour:
|
||||||
- 0
|
- 0
|
||||||
- 6
|
- 6
|
||||||
- 12
|
- 12
|
||||||
- 18
|
- 18
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- ping
|
- ping
|
||||||
- download
|
- download
|
||||||
- upload
|
- upload
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user