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

This commit is contained in:
Franck Nijhof 2020-02-11 20:16:20 +01:00
parent e42e4ec7d7
commit 502b059cd5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -56,15 +56,13 @@ devices and can try to play audio to them.
Example add-on configuration:
```json
{
"log_level": "info",
"address": "192.168.1.234",
"port": 49152,
"latency_rtp": 1000,
"latency_http": 2000,
"drift": true
}
```yaml
log_level: info
address: 192.168.1.234
port: 49152
latency_rtp: 1000
latency_http: 2000
drift: true
```
**Note**: _This is just an example, don't copy and past it! Create your own!_