home-assistant-addon/esphome/config.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2019-02-13 22:05:11 +01:00
{
"arch": [
"amd64",
2019-05-30 14:16:52 +02:00
"i386",
"armv7",
"aarch64"
2019-02-13 22:05:11 +01:00
],
"auth_api": true,
2019-05-30 14:16:52 +02:00
"auto_uart": true,
"boot": "auto",
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
"hassio_api": true,
2019-02-13 22:05:11 +01:00
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
2019-05-30 14:16:52 +02:00
"image": "esphome/esphome-hassio-{arch}",
"ingress": true,
"ingress_port": 0,
2019-02-13 22:05:11 +01:00
"map": [
2019-05-30 14:16:52 +02:00
"ssl:ro",
2019-02-13 22:05:11 +01:00
"config:rw"
],
2019-05-30 14:16:52 +02:00
"name": "ESPHome",
"options": {},
"panel_icon": "mdi:chip",
"ports": {
"6052/tcp": null
},
"ports_description": {
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
2019-02-13 22:05:11 +01:00
},
"schema": {
2019-05-30 14:16:52 +02:00
"certfile": "str?",
2019-03-17 21:08:41 +01:00
"esphome_version": "str?",
2019-05-30 14:16:52 +02:00
"keyfile": "str?",
"leave_front_door_open": "bool?",
2019-03-17 21:08:41 +01:00
"relative_url": "str?",
2019-05-30 14:16:52 +02:00
"ssl": "bool?",
"status_use_ping": "bool?",
"streamer_mode": "bool?"
2019-02-13 22:05:11 +01:00
},
2019-05-30 14:16:52 +02:00
"slug": "esphome",
"startup": "application",
"url": "https://esphome.io/",
2019-05-30 22:32:31 +02:00
"version": "1.13.1",
2019-05-30 14:16:52 +02:00
"webui": "http://[HOST]:[PORT:6052]"
}