From 9159a9bed769c894f7e933abce2e215052764618 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:30:24 +1200 Subject: [PATCH] Remove esphome_version from the addon options (#38) --- .github/ISSUE_TEMPLATE/feature-requests | 1 + esphome-dev/config.json | 8 ++------ template/addon_config.yaml | 5 +---- 3 files changed, 4 insertions(+), 10 deletions(-) create mode 160000 .github/ISSUE_TEMPLATE/feature-requests diff --git a/.github/ISSUE_TEMPLATE/feature-requests b/.github/ISSUE_TEMPLATE/feature-requests new file mode 160000 index 0000000..57ae0cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-requests @@ -0,0 +1 @@ +Subproject commit 57ae0cb009b50409942dd40f77559a053bf8e1f4 diff --git a/esphome-dev/config.json b/esphome-dev/config.json index 815d6b7..5bb6ed5 100644 --- a/esphome-dev/config.json +++ b/esphome-dev/config.json @@ -5,7 +5,7 @@ "aarch64" ], "auth_api": true, - "description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files", + "description": "Development version of ESPHome add-on", "hassio_api": true, "host_network": true, "ingress": true, @@ -15,19 +15,15 @@ "config:rw" ], "name": "ESPHome (dev)", - "options": { - "esphome_version": "dev" - }, "panel_icon": "mdi:chip", "ports": { "6052/tcp": null }, "ports_description": { - "6052/tcp": "Web interface (Not required for Home Assistant Ingress)" + "6052/tcp": "Web interface (not required for Home Assistant ingress)" }, "schema": { "certfile": "str?", - "esphome_version": "str?", "keyfile": "str?", "leave_front_door_open": "bool?", "relative_url": "str?", diff --git a/template/addon_config.yaml b/template/addon_config.yaml index a4890cb..91c87e4 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -1,6 +1,6 @@ --- # When changing options in this file, please also run: -# python3 script/generate.py dev +# python3 script/generate.py dev # to update the dev addon config (beta/stable configs will be updated on next release by release script) base: &base url: https://esphome.io/ @@ -31,7 +31,6 @@ base: &base certfile: str? keyfile: str? leave_front_door_open: bool? - esphome_version: str? streamer_mode: bool? relative_url: str? status_use_ping: bool? @@ -48,8 +47,6 @@ esphome-dev: description: "Development version of ESPHome add-on" url: https://next.esphome.io/ stage: experimental - options: - esphome_version: dev esphome-beta: <<: *base