📚 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
Unverified
parent 38a219b756
commit df117e39f9

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!_