2018-10-20 18:20:21 +02:00
|
|
|
{
|
|
|
|
"name": "esphomeyaml-beta",
|
2019-01-06 19:39:12 +01:00
|
|
|
"version": "1.10.0b1",
|
2018-10-20 18:20:21 +02:00
|
|
|
"slug": "esphomeyaml-beta",
|
2018-12-05 21:22:06 +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 18:20:21 +02:00
|
|
|
"webui": "http://[HOST]:[PORT:6052]",
|
2019-01-06 21:26:39 +01:00
|
|
|
"startup": "application",
|
2018-10-20 18:20:21 +02:00
|
|
|
"arch": [
|
|
|
|
"amd64",
|
|
|
|
"armhf",
|
|
|
|
"i386"
|
|
|
|
],
|
2019-01-06 21:26:39 +01:00
|
|
|
"hassio_api": true,
|
|
|
|
"auth_api": true,
|
|
|
|
"hassio_role": "default",
|
|
|
|
"homeassistant_api": false,
|
|
|
|
"host_network": true,
|
|
|
|
"boot": "auto",
|
|
|
|
"map": [
|
|
|
|
"ssl",
|
|
|
|
"config:rw"
|
|
|
|
],
|
2018-10-20 18:20:21 +02:00
|
|
|
"options": {
|
2019-01-06 21:26:39 +01:00
|
|
|
"ssl": false,
|
|
|
|
"certfile": "fullchain.pem",
|
|
|
|
"keyfile": "privkey.pem",
|
|
|
|
"port": 6052
|
2018-10-20 18:20:21 +02:00
|
|
|
},
|
|
|
|
"schema": {
|
2019-01-06 21:26:39 +01:00
|
|
|
"ssl": "bool",
|
|
|
|
"certfile": "str",
|
|
|
|
"keyfile": "str",
|
|
|
|
"port": "int",
|
|
|
|
"leave_front_door_open": "bool?",
|
|
|
|
"esphomeyaml_version": "str?"
|
|
|
|
}
|
2018-10-20 18:20:21 +02:00
|
|
|
}
|