diff --git a/esphome-beta/FILES ARE GENERATED DO NOT EDIT b/esphome-beta/FILES ARE GENERATED DO NOT EDIT new file mode 100644 index 0000000..22fed85 --- /dev/null +++ b/esphome-beta/FILES ARE GENERATED DO NOT EDIT @@ -0,0 +1 @@ +Any edits should be made to the files in the 'template' directory \ No newline at end of file diff --git a/esphome-beta/config.json b/esphome-beta/config.json index a8441d7..c2d9f6e 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -5,12 +5,8 @@ "aarch64" ], "auth_api": true, - "auto_uart": true, - "boot": "auto", "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, @@ -20,7 +16,6 @@ "config:rw" ], "name": "ESPHome (beta)", - "options": {}, "panel_icon": "mdi:chip", "ports": { "6052/tcp": null @@ -40,8 +35,7 @@ }, "slug": "esphome-beta", "stage": "experimental", - "startup": "application", + "uart": true, "url": "https://beta.esphome.io/", - "version": "1.16.1", - "webui": "http://[HOST]:[PORT:6052]" + "version": "1.16.2" } \ No newline at end of file diff --git a/esphome/FILES ARE GENERATED DO NOT EDIT b/esphome/FILES ARE GENERATED DO NOT EDIT new file mode 100644 index 0000000..22fed85 --- /dev/null +++ b/esphome/FILES ARE GENERATED DO NOT EDIT @@ -0,0 +1 @@ +Any edits should be made to the files in the 'template' directory \ No newline at end of file diff --git a/esphome/config.json b/esphome/config.json index 0ff131b..1eef3ac 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -5,12 +5,8 @@ "aarch64" ], "auth_api": true, - "auto_uart": true, - "boot": "auto", "description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.", "hassio_api": true, - "hassio_role": "default", - "homeassistant_api": false, "host_network": true, "image": "esphome/esphome-hassio-{arch}", "ingress": true, @@ -20,7 +16,6 @@ "config:rw" ], "name": "ESPHome", - "options": {}, "panel_icon": "mdi:chip", "ports": { "6052/tcp": null @@ -39,9 +34,7 @@ "streamer_mode": "bool?" }, "slug": "esphome", - "stage": "stable", - "startup": "application", + "uart": true, "url": "https://esphome.io/", - "version": "1.16.1", - "webui": "http://[HOST]:[PORT:6052]" + "version": "1.16.2" } \ No newline at end of file diff --git a/template/config.yaml b/template/config.yaml index 91e5bef..e396697 100644 --- a/template/config.yaml +++ b/template/config.yaml @@ -50,7 +50,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '1.16.1' # BETA + version: '1.16.2' # BETA slug: esphome-beta description: "Beta version of ESPHome Hass.io add-on." url: https://beta.esphome.io/ @@ -61,7 +61,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '1.16.1' # STABLE + version: '1.16.2' # STABLE slug: esphome description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices." image: esphome/esphome-hassio-{arch}