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": [
|
||||
"amd64",
|
||||
"armv7",
|
||||
"aarch64"
|
||||
],
|
||||
"arch": ["amd64", "armv7", "aarch64"],
|
||||
"auth_api": true,
|
||||
"auto_uart": true,
|
||||
"boot": "auto",
|
||||
"uart": true,
|
||||
"description": "Beta version of ESPHome Hass.io add-on.",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": true,
|
||||
"image": "esphome/esphome-hassio-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"map": [
|
||||
"ssl:ro",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["ssl:ro", "config:rw"],
|
||||
"name": "ESPHome (beta)",
|
||||
"options": {},
|
||||
"panel_icon": "mdi:chip",
|
||||
"ports": {
|
||||
"6052/tcp": null
|
||||
|
@ -40,8 +29,6 @@
|
|||
},
|
||||
"slug": "esphome-beta",
|
||||
"stage": "experimental",
|
||||
"startup": "application",
|
||||
"url": "https://beta.esphome.io/",
|
||||
"version": "1.16.0b8",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
}
|
||||
"version": "1.16.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue