Remove period char from ZHA example YAML to make it valid (#13810)

This commit is contained in:
Franck Nijhof 2020-06-22 15:39:53 +02:00 committed by GitHub
parent ed2fc13d6f
commit 95641ec967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ To enable OTA firmware updates for the ZHA integration you need to add the follo
```yaml
ota:
ikea_provider: true. # Auto update Trådfri devices
ikea_provider: true # Auto update Trådfri devices
ledvance_provider: true # Auto update LEDVANCE devices
#otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else
```