Bump version to v1.16.2

This commit is contained in:
esphomebot 2021-02-20 07:06:59 +00:00
parent 619a126972
commit e26eee3dba
5 changed files with 8 additions and 19 deletions

View File

@ -0,0 +1 @@
Any edits should be made to the files in the 'template' directory

View File

@ -5,12 +5,8 @@
"aarch64" "aarch64"
], ],
"auth_api": true, "auth_api": true,
"auto_uart": true,
"boot": "auto",
"description": "Beta version of ESPHome Hass.io add-on.", "description": "Beta version of ESPHome Hass.io add-on.",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true, "host_network": true,
"image": "esphome/esphome-hassio-{arch}", "image": "esphome/esphome-hassio-{arch}",
"ingress": true, "ingress": true,
@ -20,7 +16,6 @@
"config:rw" "config:rw"
], ],
"name": "ESPHome (beta)", "name": "ESPHome (beta)",
"options": {},
"panel_icon": "mdi:chip", "panel_icon": "mdi:chip",
"ports": { "ports": {
"6052/tcp": null "6052/tcp": null
@ -40,8 +35,7 @@
}, },
"slug": "esphome-beta", "slug": "esphome-beta",
"stage": "experimental", "stage": "experimental",
"startup": "application", "uart": true,
"url": "https://beta.esphome.io/", "url": "https://beta.esphome.io/",
"version": "1.16.1", "version": "1.16.2"
"webui": "http://[HOST]:[PORT:6052]"
} }

View File

@ -0,0 +1 @@
Any edits should be made to the files in the 'template' directory

View File

@ -5,12 +5,8 @@
"aarch64" "aarch64"
], ],
"auth_api": true, "auth_api": true,
"auto_uart": true,
"boot": "auto",
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.", "description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true, "host_network": true,
"image": "esphome/esphome-hassio-{arch}", "image": "esphome/esphome-hassio-{arch}",
"ingress": true, "ingress": true,
@ -20,7 +16,6 @@
"config:rw" "config:rw"
], ],
"name": "ESPHome", "name": "ESPHome",
"options": {},
"panel_icon": "mdi:chip", "panel_icon": "mdi:chip",
"ports": { "ports": {
"6052/tcp": null "6052/tcp": null
@ -39,9 +34,7 @@
"streamer_mode": "bool?" "streamer_mode": "bool?"
}, },
"slug": "esphome", "slug": "esphome",
"stage": "stable", "uart": true,
"startup": "application",
"url": "https://esphome.io/", "url": "https://esphome.io/",
"version": "1.16.1", "version": "1.16.2"
"webui": "http://[HOST]:[PORT:6052]"
} }

View File

@ -50,7 +50,7 @@ esphome-beta:
<<: *base <<: *base
directory: esphome-beta directory: esphome-beta
name: ESPHome (beta) name: ESPHome (beta)
version: '1.16.1' # BETA version: '1.16.2' # BETA
slug: esphome-beta slug: esphome-beta
description: "Beta version of ESPHome Hass.io add-on." description: "Beta version of ESPHome Hass.io add-on."
url: https://beta.esphome.io/ url: https://beta.esphome.io/
@ -61,7 +61,7 @@ esphome-stable:
<<: *base <<: *base
directory: esphome directory: esphome
name: ESPHome name: ESPHome
version: '1.16.1' # STABLE version: '1.16.2' # STABLE
slug: esphome slug: esphome
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices." description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
image: esphome/esphome-hassio-{arch} image: esphome/esphome-hassio-{arch}