From cfd52523b7c57cc80b1ed4afc6a7accbcef23a3c Mon Sep 17 00:00:00 2001 From: esphomebot Date: Wed, 15 Sep 2021 21:47:11 +0000 Subject: [PATCH] Bump version to v2021.9.0 --- esphome-beta/config.json | 2 +- esphome/DOCS.md | 9 --------- esphome/config.json | 8 ++++---- template/addon_config.yaml | 4 ++-- 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/esphome-beta/config.json b/esphome-beta/config.json index e7e2996..b9f1c87 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -39,5 +39,5 @@ "stage": "experimental", "uart": true, "url": "https://beta.esphome.io/", - "version": "2021.9.0b5" + "version": "2021.9.0" } \ No newline at end of file diff --git a/esphome/DOCS.md b/esphome/DOCS.md index 7f97a40..33e3812 100644 --- a/esphome/DOCS.md +++ b/esphome/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/esphome/config.json b/esphome/config.json index 38b02cb..d17a53a 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -5,6 +5,9 @@ "aarch64" ], "auth_api": true, + "backup_exclude": [ + "*/*/" + ], "description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices", "hassio_api": true, "host_network": true, @@ -33,10 +36,7 @@ "streamer_mode": "bool?" }, "slug": "esphome", - "snapshot_exclude": [ - "*/*/" - ], "uart": true, "url": "https://esphome.io/", - "version": "2021.8.2" + "version": "2021.9.0" } \ No newline at end of file diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 30b9cd6..289c865 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -52,7 +52,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '2021.9.0b5' # BETA + version: '2021.9.0' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/ @@ -63,7 +63,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '2021.8.2' # STABLE + version: '2021.9.0' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: esphome/esphome-hassio-{arch}