Bump version to v1.15.2

This commit is contained in:
esphomebot 2020-09-20 14:43:56 +00:00
parent 0627f89088
commit 446057029e
3 changed files with 4 additions and 4 deletions

View File

@ -42,6 +42,6 @@
"stage": "experimental", "stage": "experimental",
"startup": "application", "startup": "application",
"url": "https://beta.esphome.io/", "url": "https://beta.esphome.io/",
"version": "1.15.1", "version": "1.15.2",
"webui": "http://[HOST]:[PORT:6052]" "webui": "http://[HOST]:[PORT:6052]"
} }

View File

@ -42,6 +42,6 @@
"stage": "stable", "stage": "stable",
"startup": "application", "startup": "application",
"url": "https://esphome.io/", "url": "https://esphome.io/",
"version": "1.15.1", "version": "1.15.2",
"webui": "http://[HOST]:[PORT:6052]" "webui": "http://[HOST]:[PORT:6052]"
} }

View File

@ -56,7 +56,7 @@ esphome-beta:
<<: *base <<: *base
directory: esphome-beta directory: esphome-beta
name: ESPHome (beta) name: ESPHome (beta)
version: '1.15.1' # BETA version: '1.15.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/
@ -68,7 +68,7 @@ esphome-stable:
<<: *base <<: *base
directory: esphome directory: esphome
name: ESPHome name: ESPHome
version: '1.15.1' # STABLE version: '1.15.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}