From 707b640894991ccfbcc19e660d75e575b22e1640 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 27 Aug 2021 12:55:49 +1200 Subject: [PATCH] Remove `esphome_version` from DOCS.md (#39) --- esphome-dev/DOCS.md | 9 --------- template/DOCS.md | 9 --------- 2 files changed, 18 deletions(-) diff --git a/esphome-dev/DOCS.md b/esphome-dev/DOCS.md index 7f97a40..33e3812 100644 --- a/esphome-dev/DOCS.md +++ b/esphome-dev/DOCS.md @@ -51,15 +51,6 @@ The private key file to use for SSL. If this file doesn't exist, the add-on star Adding this option to the add-on configuration allows you to disable authentication by setting it to `true`. -### Option: `esphome_version` - -Manually override which ESPHome version to use in the add-on. -For example to install the latest development version, use `"esphome_version": "dev"`, -or for version 1.14.0: `"esphome_version": "v1.14.0""`. - -Please note that this does not always work and is only meant for testing, usually the -ESPHome add-on and dashboard version must match to guarantee a working system. - ### Option: `relative_url` Host the ESPHome dashboard under a relative URL, so that it can be integrated diff --git a/template/DOCS.md b/template/DOCS.md index 7f97a40..33e3812 100644 --- a/template/DOCS.md +++ b/template/DOCS.md @@ -51,15 +51,6 @@ The private key file to use for SSL. If this file doesn't exist, the add-on star Adding this option to the add-on configuration allows you to disable authentication by setting it to `true`. -### Option: `esphome_version` - -Manually override which ESPHome version to use in the add-on. -For example to install the latest development version, use `"esphome_version": "dev"`, -or for version 1.14.0: `"esphome_version": "v1.14.0""`. - -Please note that this does not always work and is only meant for testing, usually the -ESPHome add-on and dashboard version must match to guarantee a working system. - ### Option: `relative_url` Host the ESPHome dashboard under a relative URL, so that it can be integrated