Final Example was incorrect (#1702)
i have updated the example as this was not working in my config
This commit is contained in:
parent
b6ff4e607c
commit
84c4126208
1 changed files with 11 additions and 11 deletions
|
@ -76,15 +76,15 @@ Everyday at 12:30AM, 6:30AM, 12:30PM, 6:30PM:
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: speedtest
|
||||
minute: 30
|
||||
hour:
|
||||
- 0
|
||||
- 6
|
||||
- 12
|
||||
- 18
|
||||
monitored_conditions:
|
||||
- ping
|
||||
- download
|
||||
- upload
|
||||
- platform: speedtest
|
||||
minute: 30
|
||||
hour:
|
||||
- 0
|
||||
- 6
|
||||
- 12
|
||||
- 18
|
||||
monitored_conditions:
|
||||
- ping
|
||||
- download
|
||||
- upload
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue