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

43 lines
951 B
JSON
Raw Normal View History

2019-02-13 22:05:11 +01:00
{
"arch": [
"amd64",
2019-04-24 17:09:50 +02:00
"armv7",
"aarch64"
2019-02-13 22:05:11 +01:00
],
"auth_api": true,
"uart": true,
2019-05-28 09:20:26 +02:00
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"hassio_api": true,
2019-02-13 22:05:11 +01:00
"host_network": true,
2019-04-24 17:09:50 +02:00
"ingress": true,
"ingress_port": 0,
2019-05-28 09:20:26 +02:00
"map": [
"ssl:ro",
"config:rw"
],
"name": "ESPHome (dev)",
"options": {
"esphome_version": "dev"
},
2019-04-24 17:09:50 +02:00
"panel_icon": "mdi:chip",
"ports": {
"6052/tcp": null
},
"ports_description": {
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
2019-04-24 17:09:50 +02:00
},
2019-02-13 22:05:11 +01:00
"schema": {
2019-04-24 17:09:50 +02:00
"certfile": "str?",
2019-05-28 09:20:26 +02:00
"esphome_version": "str?",
2019-04-24 17:09:50 +02:00
"keyfile": "str?",
2019-02-13 22:05:11 +01:00
"leave_front_door_open": "bool?",
"relative_url": "str?",
2019-05-28 09:20:26 +02:00
"ssl": "bool?",
"status_use_ping": "bool?",
"streamer_mode": "bool?"
2019-04-24 17:09:50 +02:00
},
2019-04-25 10:16:08 +02:00
"slug": "esphome-dev",
"stage": "experimental",
2019-05-28 09:20:26 +02:00
"url": "https://next.esphome.io/",
"version": "dev"
2019-04-24 17:09:50 +02:00
}