diff --git a/esphome/config.json b/esphome/config.json index 2c92c494..2a288ceb 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -1,26 +1,15 @@ { - "arch": [ - "amd64", - "armv7", - "aarch64" - ], + "arch": ["amd64", "armv7", "aarch64"], "auth_api": true, - "auto_uart": true, - "boot": "auto", + "uart": true, "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, "ingress_port": 0, - "map": [ - "ssl:ro", - "config:rw" - ], + "map": ["ssl:ro", "config:rw"], "name": "ESPHome (beta)", - "options": {}, "panel_icon": "mdi:chip", "ports": { "6052/tcp": null @@ -40,8 +29,6 @@ }, "slug": "esphome-beta", "stage": "experimental", - "startup": "application", "url": "https://beta.esphome.io/", - "version": "1.16.0b8", - "webui": "http://[HOST]:[PORT:6052]" -} \ No newline at end of file + "version": "1.16.0" +}