From 9bd7e910ac66920f99e0a8c150b2b03e34b7e0c2 Mon Sep 17 00:00:00 2001 From: esphomebot Date: Sun, 14 Feb 2021 02:12:31 +0000 Subject: [PATCH] Bump version to v1.16.1 --- esphome-beta/config.json | 10 ++++++++-- esphome/config.json | 11 +++++++++-- template/config.yaml | 4 ++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/esphome-beta/config.json b/esphome-beta/config.json index 51a3244..a8441d7 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -5,9 +5,12 @@ "aarch64" ], "auth_api": true, - "uart": true, + "auto_uart": true, + "boot": "auto", "description": "Beta version of ESPHome Hass.io add-on.", "hassio_api": true, + "hassio_role": "default", + "homeassistant_api": false, "host_network": true, "image": "esphome/esphome-hassio-{arch}", "ingress": true, @@ -17,6 +20,7 @@ "config:rw" ], "name": "ESPHome (beta)", + "options": {}, "panel_icon": "mdi:chip", "ports": { "6052/tcp": null @@ -36,6 +40,8 @@ }, "slug": "esphome-beta", "stage": "experimental", + "startup": "application", "url": "https://beta.esphome.io/", - "version": "1.16.0" + "version": "1.16.1", + "webui": "http://[HOST]:[PORT:6052]" } \ No newline at end of file diff --git a/esphome/config.json b/esphome/config.json index 88b5040..0ff131b 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -5,9 +5,12 @@ "aarch64" ], "auth_api": true, - "uart": true, + "auto_uart": true, + "boot": "auto", "description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.", "hassio_api": true, + "hassio_role": "default", + "homeassistant_api": false, "host_network": true, "image": "esphome/esphome-hassio-{arch}", "ingress": true, @@ -17,6 +20,7 @@ "config:rw" ], "name": "ESPHome", + "options": {}, "panel_icon": "mdi:chip", "ports": { "6052/tcp": null @@ -35,6 +39,9 @@ "streamer_mode": "bool?" }, "slug": "esphome", + "stage": "stable", + "startup": "application", "url": "https://esphome.io/", - "version": "1.16.0" + "version": "1.16.1", + "webui": "http://[HOST]:[PORT:6052]" } \ No newline at end of file diff --git a/template/config.yaml b/template/config.yaml index 49a2509..e846882 100644 --- a/template/config.yaml +++ b/template/config.yaml @@ -56,7 +56,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '1.16.0' # BETA + version: '1.16.1' # BETA slug: esphome-beta description: "Beta version of ESPHome Hass.io add-on." url: https://beta.esphome.io/ @@ -68,7 +68,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '1.16.0' # STABLE + version: '1.16.1' # STABLE slug: esphome description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices." image: esphome/esphome-hassio-{arch}