home-assistant-addon/template/addon_config.yaml

101 lines
2.4 KiB
YAML
Raw Normal View History

2019-04-24 17:09:50 +02:00
---
# When changing options in this file, please also run:
# python3 script/generate.py dev
# to update the dev addon config (beta/stable configs will be updated on next release by release script)
2019-04-24 17:09:50 +02:00
base: &base
url: https://esphome.io/
arch:
- amd64
- armv7
- aarch64
# Uses Home Assistant Supervisor API (auth)
2019-04-24 17:09:50 +02:00
hassio_api: true
auth_api: true
# Host network mode for mDNS
host_network: true
# Ingress settings
ingress: true
ingress_port: 0
2024-04-17 05:32:13 +02:00
panel_icon: "mdi:chip"
# Automatically add UART devices to add-on
uart: true
2019-04-24 17:09:50 +02:00
ports:
2024-04-17 05:32:13 +02:00
"6052/tcp": null
2019-04-24 17:09:50 +02:00
map:
2019-05-28 09:20:26 +02:00
- ssl:ro
2019-04-24 17:09:50 +02:00
- config:rw
discovery:
- esphome
2019-04-24 17:09:50 +02:00
schema:
status_use_ping: bool?
streamer_mode: bool?
home_assistant_dashboard_integration: bool?
default_compile_process_limit: int(1,)?
2019-04-24 17:09:50 +02:00
ssl: bool?
certfile: str?
keyfile: str?
leave_front_door_open: bool?
2021-08-27 02:49:52 +02:00
backup_exclude:
- "*/*/"
# Disable docker init for s6
init: false
# Make sure dashboard is available for core
startup: services
2019-04-24 17:09:50 +02:00
esphome-dev:
<<: *base
directory: esphome-dev
name: ESPHome (dev)
2024-05-16 04:31:05 +02:00
version: "2024.6.0-dev20240516" # DEV
2019-04-25 10:16:08 +02:00
slug: esphome-dev
description: "Development version of ESPHome add-on"
2019-05-28 09:20:26 +02:00
url: https://next.esphome.io/
2024-04-17 05:32:13 +02:00
image: ghcr.io/esphome/esphome-hassio
stage: experimental
advanced: true
schema:
status_use_ping: bool?
streamer_mode: bool?
2023-01-26 22:52:23 +01:00
home_assistant_dashboard_integration: bool?
default_compile_process_limit: int(1,)?
esphome_fork: str?
ssl: bool?
certfile: str?
keyfile: str?
leave_front_door_open: bool?
options:
2024-04-17 05:32:13 +02:00
home_assistant_dashboard_integration: false
2019-04-24 17:09:50 +02:00
esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
2024-05-15 08:47:40 +02:00
version: "2024.5.0" # BETA
2019-05-28 09:20:26 +02:00
slug: esphome-beta
description: "Beta version of ESPHome add-on"
2019-05-28 09:20:26 +02:00
url: https://beta.esphome.io/
2023-01-20 01:58:26 +01:00
image: ghcr.io/esphome/esphome-hassio
stage: experimental
advanced: true
options:
2024-04-17 05:32:13 +02:00
home_assistant_dashboard_integration: false
2019-04-24 17:09:50 +02:00
esphome-stable:
<<: *base
directory: esphome
name: ESPHome
2024-05-15 08:47:40 +02:00
version: "2024.5.0" # STABLE
2019-05-28 09:20:26 +02:00
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
2023-01-20 01:58:26 +01:00
image: ghcr.io/esphome/esphome-hassio
2019-04-24 17:09:50 +02:00
copy_files:
2023-06-21 13:03:42 +02:00
- DOCS.md
- icon.png
- logo.png
- README.md
- translations/en.yaml
- images/dht-example.png
- images/screenshot.png
- images/temperature-humidity.png