diff --git a/esphome-beta/config.json b/esphome-beta/config.json index 2c92c49..8643d03 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -42,6 +42,6 @@ "stage": "experimental", "startup": "application", "url": "https://beta.esphome.io/", - "version": "1.16.0b8", + "version": "1.16.0", "webui": "http://[HOST]:[PORT:6052]" } \ No newline at end of file diff --git a/esphome/config.json b/esphome/config.json index 575eb65..d66c351 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -42,6 +42,6 @@ "stage": "stable", "startup": "application", "url": "https://esphome.io/", - "version": "1.15.3", + "version": "1.16.0", "webui": "http://[HOST]:[PORT:6052]" } \ No newline at end of file diff --git a/template/config.yaml b/template/config.yaml index c1e573e..49a2509 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.0b8' # BETA + version: '1.16.0' # 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.15.3' # STABLE + version: '1.16.0' # STABLE slug: esphome description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices." image: esphome/esphome-hassio-{arch}