📚 Remove non-existing IPv6 option from documentation (#107)

There is no IPV6 option in config.json causing a supervisor error if enabled
"WARNING (MainThread) [supervisor.addons.validate] Unknown options ipv6"
This commit is contained in:
erikpendragon 2021-01-05 12:50:39 -05:00 committed by GitHub
parent c7ae2f99b6
commit 3cc0410fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,6 @@ log_level: info
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
ipv6: true
```
**Note**: _This is just an example, don't copy and past it! Create your own!_
@ -73,10 +72,6 @@ The private key file to use for SSL.
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
### Option: `ipv6`
Set this option too `false` to disable IPv6 support.
## Embedding into Home Assistant
It is possible to embed the TasmoAdmin interface directly into Home Assistant,