2019-02-13 22:05:11 +01:00
|
|
|
{
|
|
|
|
"arch": [
|
|
|
|
"amd64",
|
2019-04-24 17:09:50 +02:00
|
|
|
"armv7",
|
|
|
|
"aarch64"
|
2019-02-13 22:05:11 +01:00
|
|
|
],
|
|
|
|
"auth_api": true,
|
2021-08-27 02:49:52 +02:00
|
|
|
"backup_exclude": [
|
|
|
|
"*/*/"
|
|
|
|
],
|
2021-08-09 00:30:24 +02:00
|
|
|
"description": "Development 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-04-24 17:09:50 +02:00
|
|
|
"ingress": true,
|
|
|
|
"ingress_port": 0,
|
2019-05-28 09:20:26 +02:00
|
|
|
"map": [
|
|
|
|
"ssl:ro",
|
|
|
|
"config:rw"
|
|
|
|
],
|
|
|
|
"name": "ESPHome (dev)",
|
2019-04-24 17:09:50 +02:00
|
|
|
"panel_icon": "mdi:chip",
|
|
|
|
"ports": {
|
|
|
|
"6052/tcp": null
|
|
|
|
},
|
|
|
|
"ports_description": {
|
2021-08-09 00:30:24 +02:00
|
|
|
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
2019-04-24 17:09:50 +02:00
|
|
|
},
|
2019-02-13 22:05:11 +01:00
|
|
|
"schema": {
|
2019-04-24 17:09:50 +02:00
|
|
|
"certfile": "str?",
|
2021-09-19 12:36:26 +02:00
|
|
|
"esphome_fork": "str?",
|
2019-04-24 17:09:50 +02:00
|
|
|
"keyfile": "str?",
|
2019-02-13 22:05:11 +01:00
|
|
|
"leave_front_door_open": "bool?",
|
2019-02-27 21:58:56 +01:00
|
|
|
"relative_url": "str?",
|
2019-05-28 09:20:26 +02:00
|
|
|
"ssl": "bool?",
|
|
|
|
"status_use_ping": "bool?",
|
|
|
|
"streamer_mode": "bool?"
|
2019-04-24 17:09:50 +02:00
|
|
|
},
|
2019-04-25 10:16:08 +02:00
|
|
|
"slug": "esphome-dev",
|
2020-07-25 19:28:44 +02:00
|
|
|
"stage": "experimental",
|
2021-04-08 15:22:45 +02:00
|
|
|
"uart": true,
|
2019-05-28 09:20:26 +02:00
|
|
|
"url": "https://next.esphome.io/",
|
2021-02-08 16:32:59 +01:00
|
|
|
"version": "dev"
|
2019-04-24 17:09:50 +02:00
|
|
|
}
|