2019-02-13 22:05:11 +01:00
|
|
|
{
|
|
|
|
"arch": [
|
|
|
|
"amd64",
|
2019-05-27 21:45:31 +02:00
|
|
|
"armv7",
|
|
|
|
"aarch64"
|
2019-02-13 22:05:11 +01:00
|
|
|
],
|
|
|
|
"auth_api": true,
|
2021-06-09 09:37:30 +02:00
|
|
|
"description": "Beta version of ESPHome add-on.",
|
2019-05-28 09:20:26 +02:00
|
|
|
"hassio_api": true,
|
2019-02-13 22:05:11 +01:00
|
|
|
"host_network": true,
|
2019-05-28 09:20:26 +02:00
|
|
|
"image": "esphome/esphome-hassio-{arch}",
|
2019-05-27 21:45:31 +02:00
|
|
|
"ingress": true,
|
|
|
|
"ingress_port": 0,
|
2019-05-28 09:20:26 +02:00
|
|
|
"map": [
|
|
|
|
"ssl:ro",
|
|
|
|
"config:rw"
|
|
|
|
],
|
|
|
|
"name": "ESPHome (beta)",
|
2019-05-27 21:45:31 +02:00
|
|
|
"panel_icon": "mdi:chip",
|
|
|
|
"ports": {
|
|
|
|
"6052/tcp": null
|
|
|
|
},
|
|
|
|
"ports_description": {
|
2020-07-27 18:26:55 +02:00
|
|
|
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
2019-05-27 21:45:31 +02:00
|
|
|
},
|
2019-02-13 22:05:11 +01:00
|
|
|
"schema": {
|
2019-05-27 21:45:31 +02:00
|
|
|
"certfile": "str?",
|
2019-05-28 09:20:26 +02:00
|
|
|
"esphome_version": "str?",
|
2019-05-27 21:45:31 +02:00
|
|
|
"keyfile": "str?",
|
2019-02-13 22:05:11 +01:00
|
|
|
"leave_front_door_open": "bool?",
|
2019-03-13 19:31:33 +01:00
|
|
|
"relative_url": "str?",
|
2019-05-28 09:20:26 +02:00
|
|
|
"ssl": "bool?",
|
|
|
|
"status_use_ping": "bool?",
|
|
|
|
"streamer_mode": "bool?"
|
2019-03-14 11:05:53 +01:00
|
|
|
},
|
2019-05-28 09:20:26 +02:00
|
|
|
"slug": "esphome-beta",
|
2020-07-27 18:26:55 +02:00
|
|
|
"stage": "experimental",
|
2021-02-20 08:06:59 +01:00
|
|
|
"uart": true,
|
2019-05-28 09:20:26 +02:00
|
|
|
"url": "https://beta.esphome.io/",
|
2021-06-18 02:25:01 +02:00
|
|
|
"version": "1.19.0"
|
2019-05-27 21:45:31 +02:00
|
|
|
}
|