mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
38 lines
653 B
YAML
38 lines
653 B
YAML
|
---
|
||
|
advanced: true
|
||
|
arch:
|
||
|
- amd64
|
||
|
- armv7
|
||
|
- aarch64
|
||
|
auth_api: true
|
||
|
backup_exclude:
|
||
|
- '*/*/'
|
||
|
description: Development version of ESPHome add-on
|
||
|
hassio_api: true
|
||
|
host_network: true
|
||
|
ingress: true
|
||
|
ingress_port: 0
|
||
|
map:
|
||
|
- ssl:ro
|
||
|
- config:rw
|
||
|
name: ESPHome (dev)
|
||
|
panel_icon: mdi:chip
|
||
|
ports:
|
||
|
6052/tcp: null
|
||
|
ports_description:
|
||
|
6052/tcp: Web interface (not required for Home Assistant ingress)
|
||
|
schema:
|
||
|
certfile: str?
|
||
|
esphome_fork: str?
|
||
|
keyfile: str?
|
||
|
leave_front_door_open: bool?
|
||
|
relative_url: str?
|
||
|
ssl: bool?
|
||
|
status_use_ping: bool?
|
||
|
streamer_mode: bool?
|
||
|
slug: esphome-dev
|
||
|
stage: experimental
|
||
|
uart: true
|
||
|
url: https://next.esphome.io/
|
||
|
version: dev
|