From 3cc0410fecdddb5343d1bc26de57e39d130a7966 Mon Sep 17 00:00:00 2001 From: erikpendragon Date: Tue, 5 Jan 2021 12:50:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Remove=20non-existing=20IPv6=20o?= =?UTF-8?q?ption=20from=20documentation=20(#107)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no IPV6 option in config.json causing a supervisor error if enabled "WARNING (MainThread) [supervisor.addons.validate] Unknown options ipv6" --- tasmoadmin/DOCS.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 16b626c..964f094 100644 --- a/tasmoadmin/DOCS.md +++ b/tasmoadmin/DOCS.md @@ -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,