2019-02-13 22:05:11 +01:00
|
|
|
{
|
|
|
|
"name": "ESPHome (dev)",
|
|
|
|
"version": "dev",
|
|
|
|
"slug": "esphome-dev",
|
|
|
|
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
|
|
|
|
"url": "https://esphome.io/",
|
|
|
|
"webui": "http://[HOST]:[PORT:6052]",
|
|
|
|
"startup": "application",
|
|
|
|
"arch": [
|
|
|
|
"amd64",
|
|
|
|
"armhf",
|
2019-02-19 15:04:25 +01:00
|
|
|
"i386"
|
2019-02-13 22:05:11 +01:00
|
|
|
],
|
|
|
|
"hassio_api": true,
|
|
|
|
"auth_api": true,
|
|
|
|
"hassio_role": "default",
|
|
|
|
"homeassistant_api": false,
|
|
|
|
"host_network": true,
|
|
|
|
"boot": "auto",
|
|
|
|
"auto_uart": true,
|
|
|
|
"map": [
|
|
|
|
"ssl",
|
|
|
|
"config:rw"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"ssl": false,
|
|
|
|
"certfile": "fullchain.pem",
|
|
|
|
"keyfile": "privkey.pem",
|
|
|
|
"port": 6052,
|
|
|
|
"esphome_version": "dev"
|
|
|
|
},
|
|
|
|
"schema": {
|
|
|
|
"ssl": "bool",
|
|
|
|
"certfile": "str",
|
|
|
|
"keyfile": "str",
|
|
|
|
"port": "int",
|
|
|
|
"leave_front_door_open": "bool?",
|
2019-02-27 21:58:56 +01:00
|
|
|
"esphome_version": "str?",
|
|
|
|
"streamer_mode": "bool?",
|
|
|
|
"relative_url": "str?",
|
|
|
|
"status_use_ping": "bool?"
|
2019-02-13 22:05:11 +01:00
|
|
|
}
|
|
|
|
}
|