diff --git a/esphome-beta/config.json b/esphome-beta/config.json index 8643d03..8ede51c 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -5,8 +5,7 @@ "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", @@ -40,7 +39,6 @@ }, "slug": "esphome-beta", "stage": "experimental", - "startup": "application", "url": "https://beta.esphome.io/", "version": "1.16.0", "webui": "http://[HOST]:[PORT:6052]" diff --git a/esphome-dev/config.json b/esphome-dev/config.json index 2db67d9..d31fd05 100644 --- a/esphome-dev/config.json +++ b/esphome-dev/config.json @@ -5,8 +5,7 @@ "aarch64" ], "auth_api": true, - "auto_uart": true, - "boot": "auto", + "uart": true, "description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files", "hassio_api": true, "hassio_role": "default", @@ -41,7 +40,6 @@ }, "slug": "esphome-dev", "stage": "experimental", - "startup": "application", "url": "https://next.esphome.io/", "version": "dev", "webui": "http://[HOST]:[PORT:6052]" diff --git a/esphome/config.json b/esphome/config.json index d66c351..bde6596 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -5,8 +5,7 @@ "aarch64" ], "auth_api": true, - "auto_uart": true, - "boot": "auto", + "uart": true, "description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.", "hassio_api": true, "hassio_role": "default", @@ -40,7 +39,6 @@ }, "slug": "esphome", "stage": "stable", - "startup": "application", "url": "https://esphome.io/", "version": "1.16.0", "webui": "http://[HOST]:[PORT:6052]"