mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 19:21:25 +00:00
📚 Update add-on documentation to use new YAML configuration format
This commit is contained in:
parent
38a219b756
commit
df117e39f9
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -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!_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue