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

44 lines
916 B
JSON
Raw Normal View History

2019-02-13 22:05:11 +01:00
{
"advanced": true,
2019-02-13 22:05:11 +01:00
"arch": [
"amd64",
2019-05-27 21:45:31 +02:00
"armv7",
"aarch64"
2019-02-13 22:05:11 +01:00
],
"auth_api": true,
2021-09-09 01:45:16 +02:00
"backup_exclude": [
"*/*/"
],
2021-06-21 05:06:53 +02:00
"description": "Beta version of ESPHome add-on",
2019-05-28 09:20:26 +02:00
"hassio_api": true,
2019-02-13 22:05:11 +01:00
"host_network": true,
"image": "ghcr.io/esphome/esphome-hassio-{arch}",
2019-05-27 21:45:31 +02:00
"ingress": true,
"ingress_port": 0,
2019-05-28 09:20:26 +02:00
"map": [
"ssl:ro",
"config:rw"
],
"name": "ESPHome (beta)",
2019-05-27 21:45:31 +02:00
"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-05-27 21:45:31 +02:00
},
2019-02-13 22:05:11 +01:00
"schema": {
2019-05-27 21:45:31 +02:00
"certfile": "str?",
"keyfile": "str?",
2019-02-13 22:05:11 +01:00
"leave_front_door_open": "bool?",
2019-03-13 19:31:33 +01:00
"relative_url": "str?",
2019-05-28 09:20:26 +02:00
"ssl": "bool?",
"status_use_ping": "bool?",
"streamer_mode": "bool?"
2019-03-14 11:05:53 +01:00
},
2019-05-28 09:20:26 +02:00
"slug": "esphome-beta",
2020-07-27 18:26:55 +02:00
"stage": "experimental",
2021-02-20 08:06:59 +01:00
"uart": true,
2019-05-28 09:20:26 +02:00
"url": "https://beta.esphome.io/",
2021-12-30 03:10:28 +01:00
"version": "2021.12.3"
2019-05-27 21:45:31 +02:00
}