mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
Bump version to v1.16.1
This commit is contained in:
parent
94c0144ba3
commit
9bd7e910ac
@ -5,9 +5,12 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"uart": true,
|
"auto_uart": true,
|
||||||
|
"boot": "auto",
|
||||||
"description": "Beta version of ESPHome Hass.io add-on.",
|
"description": "Beta version of ESPHome Hass.io add-on.",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
|
"hassio_role": "default",
|
||||||
|
"homeassistant_api": false,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
@ -17,6 +20,7 @@
|
|||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"name": "ESPHome (beta)",
|
"name": "ESPHome (beta)",
|
||||||
|
"options": {},
|
||||||
"panel_icon": "mdi:chip",
|
"panel_icon": "mdi:chip",
|
||||||
"ports": {
|
"ports": {
|
||||||
"6052/tcp": null
|
"6052/tcp": null
|
||||||
@ -36,6 +40,8 @@
|
|||||||
},
|
},
|
||||||
"slug": "esphome-beta",
|
"slug": "esphome-beta",
|
||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
|
"startup": "application",
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "1.16.0"
|
"version": "1.16.1",
|
||||||
|
"webui": "http://[HOST]:[PORT:6052]"
|
||||||
}
|
}
|
@ -5,9 +5,12 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"uart": true,
|
"auto_uart": true,
|
||||||
|
"boot": "auto",
|
||||||
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
|
"hassio_role": "default",
|
||||||
|
"homeassistant_api": false,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
@ -17,6 +20,7 @@
|
|||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"name": "ESPHome",
|
"name": "ESPHome",
|
||||||
|
"options": {},
|
||||||
"panel_icon": "mdi:chip",
|
"panel_icon": "mdi:chip",
|
||||||
"ports": {
|
"ports": {
|
||||||
"6052/tcp": null
|
"6052/tcp": null
|
||||||
@ -35,6 +39,9 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome",
|
"slug": "esphome",
|
||||||
|
"stage": "stable",
|
||||||
|
"startup": "application",
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "1.16.0"
|
"version": "1.16.1",
|
||||||
|
"webui": "http://[HOST]:[PORT:6052]"
|
||||||
}
|
}
|
@ -56,7 +56,7 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '1.16.0' # BETA
|
version: '1.16.1' # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome Hass.io add-on."
|
description: "Beta version of ESPHome Hass.io add-on."
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
@ -68,7 +68,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '1.16.0' # STABLE
|
version: '1.16.1' # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
|
description: "ESPHome Hass.io 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