home-assistant-addon/esphome-beta/config.json

44 lines
927 B
JSON
Raw Normal View History

2019-02-13 22:05:11 +01:00
{
"name": "ESPHome (beta)",
2019-03-31 13:14:09 +02:00
"version": "1.12.2",
2019-02-13 22:05:11 +01:00
"slug": "esphome-beta",
"description": "Beta version of ESPHome Hass.io add-on.",
"url": "https://beta.esphome.io/",
"webui": "http://[HOST]:[PORT:6052]",
"startup": "application",
"arch": [
"amd64",
"armhf",
"i386"
2019-02-13 22:05:11 +01:00
],
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"boot": "auto",
"auto_uart": true,
"map": [
"ssl",
"config:rw"
],
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"port": "int",
"leave_front_door_open": "bool?",
2019-03-13 19:31:33 +01:00
"esphome_version": "str?",
"streamer_mode": "bool?",
"relative_url": "str?",
"status_use_ping": "bool?"
2019-03-14 11:05:53 +01:00
},
"image": "esphome/esphome-hassio-{arch}"
2019-02-13 22:05:11 +01:00
}