2019-02-13 22:05:11 +01:00
|
|
|
{
|
|
|
|
"arch": [
|
|
|
|
"amd64",
|
2019-04-24 17:09:50 +02:00
|
|
|
"i386",
|
|
|
|
"armv7",
|
|
|
|
"aarch64"
|
2019-02-13 22:05:11 +01:00
|
|
|
],
|
|
|
|
"auth_api": true,
|
2019-05-28 09:20:26 +02:00
|
|
|
"auto_uart": true,
|
|
|
|
"boot": "auto",
|
|
|
|
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
|
|
|
|
"hassio_api": true,
|
2019-02-13 22:05:11 +01:00
|
|
|
"hassio_role": "default",
|
|
|
|
"homeassistant_api": false,
|
|
|
|
"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)",
|
|
|
|
"options": {
|
|
|
|
"esphome_version": "dev"
|
|
|
|
},
|
2019-04-24 17:09:50 +02:00
|
|
|
"panel_icon": "mdi:chip",
|
|
|
|
"ports": {
|
|
|
|
"6052/tcp": null
|
|
|
|
},
|
|
|
|
"ports_description": {
|
|
|
|
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
|
|
|
|
},
|
2019-02-13 22:05:11 +01:00
|
|
|
"schema": {
|
2019-04-24 17:09:50 +02:00
|
|
|
"certfile": "str?",
|
2019-05-28 09:20:26 +02:00
|
|
|
"esphome_version": "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",
|
2019-05-28 09:20:26 +02:00
|
|
|
"startup": "application",
|
|
|
|
"url": "https://next.esphome.io/",
|
|
|
|
"version": "dev",
|
|
|
|
"webui": "http://[HOST]:[PORT:6052]"
|
2019-04-24 17:09:50 +02:00
|
|
|
}
|