mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
Bump version to v1.19.2
This commit is contained in:
parent
5d10882b90
commit
bc70353190
@ -5,7 +5,7 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"description": "Beta version of ESPHome add-on.",
|
"description": "Beta version of ESPHome add-on",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"6052/tcp": null
|
"6052/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
@ -34,8 +34,11 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome-beta",
|
"slug": "esphome-beta",
|
||||||
|
"snapshot_exclude": [
|
||||||
|
"*/*/"
|
||||||
|
],
|
||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "1.19.1"
|
"version": "1.19.2"
|
||||||
}
|
}
|
@ -5,7 +5,7 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"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,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"6052/tcp": null
|
"6052/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
@ -34,7 +34,10 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome",
|
"slug": "esphome",
|
||||||
|
"snapshot_exclude": [
|
||||||
|
"*/*/"
|
||||||
|
],
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "1.19.1"
|
"version": "1.19.2"
|
||||||
}
|
}
|
@ -55,7 +55,7 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '1.19.1' # BETA
|
version: '1.19.2' # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome add-on"
|
description: "Beta version of ESPHome add-on"
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
@ -66,7 +66,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '1.19.1' # STABLE
|
version: '1.19.2' # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
||||||
image: esphome/esphome-hassio-{arch}
|
image: esphome/esphome-hassio-{arch}
|
||||||
|
Loading…
Reference in New Issue
Block a user