Example fix (#8576)

This commit is contained in:
Jorim Tielemans 2019-02-14 19:05:59 +01:00 committed by Franck Nijhof
parent d380fc50d4
commit ef2050501a

View File

@ -111,13 +111,13 @@ Every half hour of every day:
```yaml
# Example configuration.yaml entry
speedtest:
speedtestdotnet:
update_interval:
minutes: 30
monitored_conditions:
- ping
- download
- upload
monitored_conditions:
- ping
- download
- upload
```
### {% linkable_title Using as a trigger in an automation %}