diff --git a/esphome-beta/config.json b/esphome-beta/config.json index 4b8928a..1e37e09 100644 --- a/esphome-beta/config.json +++ b/esphome-beta/config.json @@ -5,7 +5,7 @@ "aarch64" ], "auth_api": true, - "description": "Beta version of ESPHome add-on.", + "description": "Beta version of ESPHome add-on", "hassio_api": true, "host_network": true, "image": "esphome/esphome-hassio-{arch}", @@ -21,7 +21,7 @@ "6052/tcp": null }, "ports_description": { - "6052/tcp": "Web interface (Not required for Home Assistant Ingress)" + "6052/tcp": "Web interface (not required for Home Assistant ingress)" }, "schema": { "certfile": "str?", @@ -34,8 +34,11 @@ "streamer_mode": "bool?" }, "slug": "esphome-beta", + "snapshot_exclude": [ + "*/*/" + ], "stage": "experimental", "uart": true, "url": "https://beta.esphome.io/", - "version": "1.19.1" + "version": "1.19.2" } \ No newline at end of file diff --git a/esphome/config.json b/esphome/config.json index 2b5d94e..bdd0986 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -5,7 +5,7 @@ "aarch64" ], "auth_api": true, - "description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices.", + "description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices", "hassio_api": true, "host_network": true, "image": "esphome/esphome-hassio-{arch}", @@ -21,7 +21,7 @@ "6052/tcp": null }, "ports_description": { - "6052/tcp": "Web interface (Not required for Home Assistant Ingress)" + "6052/tcp": "Web interface (not required for Home Assistant ingress)" }, "schema": { "certfile": "str?", @@ -34,7 +34,10 @@ "streamer_mode": "bool?" }, "slug": "esphome", + "snapshot_exclude": [ + "*/*/" + ], "uart": true, "url": "https://esphome.io/", - "version": "1.19.1" -} + "version": "1.19.2" +} \ No newline at end of file diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 3072137..ba84048 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -55,7 +55,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '1.19.1' # BETA + version: '1.19.2' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/ @@ -66,7 +66,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '1.19.1' # STABLE + version: '1.19.2' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: esphome/esphome-hassio-{arch}