mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
Force manual update ESPHome
This commit is contained in:
parent
8d4298f62c
commit
91d92043ee
1 changed files with 5 additions and 18 deletions
|
@ -1,26 +1,15 @@
|
||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["amd64", "armv7", "aarch64"],
|
||||||
"amd64",
|
|
||||||
"armv7",
|
|
||||||
"aarch64"
|
|
||||||
],
|
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"auto_uart": true,
|
"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,
|
||||||
"ingress_port": 0,
|
"ingress_port": 0,
|
||||||
"map": [
|
"map": ["ssl:ro", "config:rw"],
|
||||||
"ssl:ro",
|
|
||||||
"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
|
||||||
|
@ -40,8 +29,6 @@
|
||||||
},
|
},
|
||||||
"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.0b8",
|
"version": "1.16.0"
|
||||||
"webui": "http://[HOST]:[PORT:6052]"
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue