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-09-15 23:47:11 +02:00
|
|
|
"backup_exclude": [
|
|
|
|
"*/*/"
|
|
|
|
],
|
2021-06-21 05:06:53 +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,
|
2021-09-24 20:52:36 +02:00
|
|
|
"image": "ghcr.io/esphome/esphome-hassio-{arch}",
|
2019-05-30 14:16:52 +02:00
|
|
|
"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": {
|
2021-06-21 05:06:53 +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?",
|
|
|
|
"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/",
|
2022-02-10 20:05:04 +01:00
|
|
|
"version": "2022.1.4"
|
2021-06-21 05:06:53 +02:00
|
|
|
}
|