esphome/esphomeyaml-edge/config.json

40 lines
911 B
JSON
Raw Normal View History

2018-06-03 19:22:25 +02:00
{
"name": "esphomeyaml-edge",
"version": "dev",
"slug": "esphomeyaml-edge",
2019-01-06 19:38:23 +01:00
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"url": "https://github.com/OttoWinter/esphomeyaml/tree/dev/esphomeyaml-edge/README.md",
2018-06-03 19:22:25 +02:00
"webui": "http://[HOST]:[PORT:6052]",
2019-01-06 19:38:23 +01:00
"startup": "application",
2018-06-03 19:22:25 +02:00
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
2019-01-06 19:38:23 +01:00
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"boot": "auto",
2018-06-03 19:22:25 +02:00
"map": [
2019-01-06 19:38:23 +01:00
"ssl",
2018-06-03 19:22:25 +02:00
"config:rw"
],
2018-06-07 20:47:06 +02:00
"options": {
2019-01-06 19:38:23 +01:00
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
2018-06-07 20:47:06 +02:00
},
"schema": {
2019-01-06 19:38:23 +01:00
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"port": "int",
"leave_front_door_open": "bool?",
"esphomeyaml_version": "str?"
2018-06-07 21:22:11 +02:00
}
2018-06-03 19:22:25 +02:00
}