diff --git a/esphome-beta/config.json b/esphome-beta/config.json index beb90ab..fa3b257 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -1,7 +1,6 @@ { "arch": [ "amd64", - "i386", "armv7", "aarch64" ], @@ -27,7 +26,7 @@ "6052/tcp": null }, "ports_description": { - "6052/tcp": "Web interface (Not required for Hass.io Ingress)" + "6052/tcp": "Web interface (Not required for Home Assistant Ingress)" }, "schema": { "certfile": "str?", @@ -40,8 +39,9 @@ "streamer_mode": "bool?" }, "slug": "esphome-beta", + "stage": "experimental", "startup": "application", "url": "https://beta.esphome.io/", - "version": "1.14.5", + "version": "1.15.0b1", "webui": "http://[HOST]:[PORT:6052]" } \ No newline at end of file diff --git a/template/config.yaml b/template/config.yaml index bd20d6f..dde1164 100644 --- a/template/config.yaml +++ b/template/config.yaml @@ -56,7 +56,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '1.14.5' # BETA + version: '1.15.0b1' # BETA slug: esphome-beta description: "Beta version of ESPHome Hass.io add-on." url: https://beta.esphome.io/