mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-04 09:09:38 +01:00
43 lines
898 B
JSON
43 lines
898 B
JSON
{
|
|
"arch": [
|
|
"amd64",
|
|
"armv7",
|
|
"aarch64"
|
|
],
|
|
"auth_api": true,
|
|
"backup_exclude": [
|
|
"*/*/"
|
|
],
|
|
"description": "Beta version of ESPHome add-on",
|
|
"hassio_api": true,
|
|
"host_network": true,
|
|
"image": "ghcr.io/esphome/esphome-hassio-{arch}",
|
|
"ingress": true,
|
|
"ingress_port": 0,
|
|
"map": [
|
|
"ssl:ro",
|
|
"config:rw"
|
|
],
|
|
"name": "ESPHome (beta)",
|
|
"panel_icon": "mdi:chip",
|
|
"ports": {
|
|
"6052/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
|
},
|
|
"schema": {
|
|
"certfile": "str?",
|
|
"keyfile": "str?",
|
|
"leave_front_door_open": "bool?",
|
|
"relative_url": "str?",
|
|
"ssl": "bool?",
|
|
"status_use_ping": "bool?",
|
|
"streamer_mode": "bool?"
|
|
},
|
|
"slug": "esphome-beta",
|
|
"stage": "experimental",
|
|
"uart": true,
|
|
"url": "https://beta.esphome.io/",
|
|
"version": "2021.10.0b8"
|
|
} |