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

48 lines
1.0 KiB
JSON
Raw Normal View History

2019-02-13 22:05:11 +01:00
{
"url": "https://esphome.io/",
"webui": "http://[HOST]:[PORT:6052]",
"startup": "application",
2019-04-24 17:09:50 +02:00
"boot": "auto",
2019-02-13 22:05:11 +01:00
"arch": [
"amd64",
2019-04-24 17:09:50 +02:00
"i386",
"armv7",
"aarch64"
2019-02-13 22:05:11 +01:00
],
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
2019-04-24 17:09:50 +02:00
"ingress": true,
"ingress_port": 0,
"panel_icon": "mdi:chip",
2019-02-13 22:05:11 +01:00
"auto_uart": true,
2019-04-24 17:09:50 +02:00
"ports": {
"6052/tcp": null
},
"ports_description": {
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
},
2019-02-13 22:05:11 +01:00
"map": [
"ssl",
"config:rw"
],
"schema": {
2019-04-24 17:09:50 +02:00
"ssl": "bool?",
"certfile": "str?",
"keyfile": "str?",
2019-02-13 22:05:11 +01:00
"leave_front_door_open": "bool?",
"esphome_version": "str?",
"streamer_mode": "bool?",
"relative_url": "str?",
"status_use_ping": "bool?"
2019-04-24 17:09:50 +02:00
},
"name": "ESPHome (dev)",
"version": "dev",
2019-04-25 10:16:08 +02:00
"slug": "esphome-dev",
2019-04-24 17:09:50 +02:00
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"options": {
"esphome_version": "dev"
2019-02-13 22:05:11 +01:00
}
2019-04-24 17:09:50 +02:00
}