📚 Update add-on documentation to use new YAML configuration format

This commit is contained in:
Franck Nijhof 2020-02-15 16:46:53 +01:00
parent 38a219b756
commit df117e39f9
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -54,14 +54,11 @@ comparison to installing any other Hass.io add-on.
Example add-on configuration:
```json
{
"networks":[
"wgfyiwe73747457",
"fhu3888892jjfdk"
],
"api_auth_token":""
}
```yaml
networks:
- wgfyiwe73747457
- fhu3888892jjfdk
api_auth_token: ''
```
**Note**: _This is just an example, don't copy and paste it! Create your own!_