home-assistant-addon/esphome/config.yaml

36 lines
635 B
YAML
Raw Normal View History

2022-03-24 05:23:36 +01:00
---
url: https://esphome.io/
2022-03-24 05:23:36 +01:00
arch:
- amd64
- armv7
- aarch64
hassio_api: true
auth_api: true
2022-03-24 05:23:36 +01:00
host_network: true
ingress: true
ingress_port: 0
panel_icon: mdi:chip
uart: true
2022-03-24 05:23:36 +01:00
ports:
6052/tcp: null
map:
- ssl:ro
- config:rw
2022-03-24 05:23:36 +01:00
schema:
status_use_ping: bool?
streamer_mode: bool?
2022-12-01 03:42:17 +01:00
default_compile_process_limit: int(1,)?
ssl: bool?
certfile: str?
2022-03-24 05:23:36 +01:00
keyfile: str?
relative_url: str?
leave_front_door_open: bool?
backup_exclude:
- '*/*/'
init: false
name: ESPHome
2023-01-22 21:44:47 +01:00
version: 2022.12.5
slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
2023-01-22 22:10:49 +01:00
image: ghcr.io/esphome/esphome-hassio-{arch}