esphome/esphomeyaml/config.json

40 lines
910 B
JSON
Raw Normal View History

2018-06-01 18:45:23 +02:00
{
"name": "esphomeyaml",
2019-01-09 20:30:58 +01:00
"version": "1.10.0",
2018-06-01 18:45:23 +02:00
"slug": "esphomeyaml",
2019-01-06 19:38:23 +01:00
"description": "esphomeyaml Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
2018-06-01 18:45:23 +02:00
"url": "https://esphomelib.com/esphomeyaml/index.html",
"webui": "http://[HOST]:[PORT:6052]",
2019-01-09 20:30:58 +01:00
"startup": "application",
2018-10-20 18:20:42 +02:00
"arch": [
"amd64",
"armhf",
"i386"
],
2019-01-09 20:30:58 +01:00
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"boot": "auto",
2019-01-10 10:56:07 +01:00
"auto_uart": true,
2019-01-09 20:30:58 +01:00
"map": [
"ssl",
"config:rw"
],
"options": {
2019-01-09 20:30:58 +01:00
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
},
"schema": {
2019-01-09 20:30:58 +01:00
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"port": "int",
"leave_front_door_open": "bool?",
"esphomeyaml_version": "str?"
},
2018-06-03 19:22:25 +02:00
"image": "ottowinter/esphomeyaml-hassio-{arch}"
2019-01-09 20:30:58 +01:00
}