mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
📚 Update add-on documentation to use new YAML configuration format
This commit is contained in:
parent
e42e4ec7d7
commit
502b059cd5
1 changed files with 7 additions and 9 deletions
16
README.md
16
README.md
|
@ -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!_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue