mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-16 10:55:19 +01:00
Bump version to v1.15.0
This commit is contained in:
parent
4e41581424
commit
e796cc81c1
@ -42,6 +42,6 @@
|
||||
"stage": "experimental",
|
||||
"startup": "application",
|
||||
"url": "https://beta.esphome.io/",
|
||||
"version": "1.15.0b4",
|
||||
"version": "1.15.0",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64",
|
||||
"i386",
|
||||
"armv7",
|
||||
"aarch64"
|
||||
],
|
||||
@ -27,7 +26,7 @@
|
||||
"6052/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
|
||||
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
||||
},
|
||||
"schema": {
|
||||
"certfile": "str?",
|
||||
@ -40,8 +39,9 @@
|
||||
"streamer_mode": "bool?"
|
||||
},
|
||||
"slug": "esphome",
|
||||
"stage": "stable",
|
||||
"startup": "application",
|
||||
"url": "https://esphome.io/",
|
||||
"version": "1.14.5",
|
||||
"version": "1.15.0",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
}
|
@ -56,7 +56,7 @@ esphome-beta:
|
||||
<<: *base
|
||||
directory: esphome-beta
|
||||
name: ESPHome (beta)
|
||||
version: '1.15.0b4' # BETA
|
||||
version: '1.15.0' # BETA
|
||||
slug: esphome-beta
|
||||
description: "Beta version of ESPHome Hass.io add-on."
|
||||
url: https://beta.esphome.io/
|
||||
@ -68,7 +68,7 @@ esphome-stable:
|
||||
<<: *base
|
||||
directory: esphome
|
||||
name: ESPHome
|
||||
version: '1.14.5' # STABLE
|
||||
version: '1.15.0' # STABLE
|
||||
slug: esphome
|
||||
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
|
||||
image: esphome/esphome-hassio-{arch}
|
||||
|
Loading…
Reference in New Issue
Block a user