esphome/esphomeyaml-edge/config.json

34 lines
627 B
JSON
Raw Normal View History

2018-06-03 19:22:25 +02:00
{
"name": "esphomeyaml-edge",
"version": "dev",
"slug": "esphomeyaml-edge",
"description": "Development build of the esphomeyaml HassIO add-on.",
"url": "https://esphomelib.com/esphomeyaml/index.html",
"startup": "application",
"webui": "http://[HOST]:[PORT:6052]",
"boot": "auto",
"ports": {
"6052/tcp": 6052,
"6053/tcp": 6053
},
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"auto_uart": true,
"map": [
"config:rw"
],
2018-06-07 20:47:06 +02:00
"options": {
"password": ""
},
"schema": {
"password": "str?"
},
2018-06-03 19:22:25 +02:00
"environment": {
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
2018-06-07 21:22:11 +02:00
}
2018-06-03 19:22:25 +02:00
}