home-assistant-addon/esphome/config.json

40 lines
877 B
JSON
Raw Normal View History

2019-02-13 22:05:11 +01:00
{
"arch": [
"amd64",
2019-05-30 14:16:52 +02:00
"armv7",
"aarch64"
2019-02-13 22:05:11 +01:00
],
"auth_api": true,
2021-06-16 20:19:47 +02:00
"description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices.",
2019-05-30 14:16:52 +02:00
"hassio_api": true,
2019-02-13 22:05:11 +01:00
"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",
"panel_icon": "mdi:chip",
"ports": {
"6052/tcp": null
},
"ports_description": {
2020-09-13 21:31:54 +02:00
"6052/tcp": "Web interface (Not required for Home Assistant 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",
2021-02-20 08:06:59 +01:00
"uart": true,
2019-05-30 14:16:52 +02:00
"url": "https://esphome.io/",
2021-06-18 02:26:08 +02:00
"version": "1.19.1"
2019-05-30 14:16:52 +02:00
}