esphome/esphomeyaml-beta/config.json

39 lines
814 B
JSON
Raw Normal View History

2018-10-20 19:15:49 +02:00
{
"name": "esphomeyaml-beta",
2019-01-09 16:16:19 +01:00
"version": "1.10.0b2",
2018-10-20 19:15:49 +02:00
"slug": "esphomeyaml-beta",
2019-01-06 19:38:23 +01:00
"description": "Beta version of esphomeyaml Hass.io add-on.",
2018-11-03 16:24:26 +01:00
"url": "https://beta.esphomelib.com/esphomeyaml/index.html",
2018-10-20 19:15:49 +02:00
"webui": "http://[HOST]:[PORT:6052]",
"startup": "application",
2018-10-20 19:15:49 +02:00
"arch": [
"amd64",
"armhf",
"i386"
],
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"boot": "auto",
"map": [
"ssl",
"config:rw"
],
2018-10-20 19:15:49 +02:00
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
2018-10-20 19:15:49 +02:00
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"port": "int",
"leave_front_door_open": "bool?",
"esphomeyaml_version": "str?"
}
2018-10-20 19:15:49 +02:00
}