2019-04-24 17:09:50 +02:00
|
|
|
---
|
2021-06-18 16:18:32 +02:00
|
|
|
# When changing options in this file, please also run:
|
2021-08-09 00:30:24 +02:00
|
|
|
# python3 script/generate.py dev
|
2021-06-18 16:18:32 +02:00
|
|
|
# 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
|
2021-06-21 04:52:25 +02:00
|
|
|
# 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
|
|
|
|
panel_icon: 'mdi:chip'
|
2021-06-21 04:52:25 +02:00
|
|
|
# Automatically add UART devices to add-on
|
2021-02-14 19:57:44 +01:00
|
|
|
uart: true
|
2019-04-24 17:09:50 +02:00
|
|
|
ports:
|
|
|
|
'6052/tcp': null
|
|
|
|
map:
|
2019-05-28 09:20:26 +02:00
|
|
|
- ssl:ro
|
2019-04-24 17:09:50 +02:00
|
|
|
- config:rw
|
2023-01-26 18:10:29 +01:00
|
|
|
discovery:
|
|
|
|
- esphome
|
2019-04-24 17:09:50 +02:00
|
|
|
schema:
|
2023-01-18 20:58:57 +01:00
|
|
|
status_use_ping: bool?
|
|
|
|
streamer_mode: bool?
|
2023-01-26 18:10:29 +01:00
|
|
|
home_assistant_dashboard_integration: bool?
|
2023-01-18 20:58:57 +01:00
|
|
|
default_compile_process_limit: int(1,)?
|
2019-04-24 17:09:50 +02:00
|
|
|
ssl: bool?
|
|
|
|
certfile: str?
|
|
|
|
keyfile: str?
|
|
|
|
relative_url: str?
|
2023-01-18 20:58:57 +01:00
|
|
|
leave_front_door_open: bool?
|
2021-08-27 02:49:52 +02:00
|
|
|
backup_exclude:
|
2021-06-21 04:47:14 +02:00
|
|
|
- "*/*/"
|
2022-11-10 08:53:40 +01:00
|
|
|
# Disable docker init for s6
|
|
|
|
init: false
|
2019-04-24 17:09:50 +02:00
|
|
|
|
|
|
|
esphome-dev:
|
|
|
|
<<: *base
|
|
|
|
directory: esphome-dev
|
|
|
|
name: ESPHome (dev)
|
2019-05-28 09:20:26 +02:00
|
|
|
version: 'dev' # DEV
|
2019-04-25 10:16:08 +02:00
|
|
|
slug: esphome-dev
|
2021-06-21 04:52:25 +02:00
|
|
|
description: "Development version of ESPHome add-on"
|
2019-05-28 09:20:26 +02:00
|
|
|
url: https://next.esphome.io/
|
2020-07-25 19:28:44 +02:00
|
|
|
stage: experimental
|
2022-01-11 00:31:05 +01:00
|
|
|
advanced: true
|
2021-09-19 12:36:26 +02:00
|
|
|
schema:
|
2023-01-18 20:58:57 +01:00
|
|
|
status_use_ping: bool?
|
|
|
|
streamer_mode: bool?
|
2023-01-26 22:52:23 +01:00
|
|
|
home_assistant_dashboard_integration: bool?
|
2023-01-18 20:58:57 +01:00
|
|
|
default_compile_process_limit: int(1,)?
|
|
|
|
esphome_fork: str?
|
2021-09-19 12:36:26 +02:00
|
|
|
ssl: bool?
|
|
|
|
certfile: str?
|
|
|
|
keyfile: str?
|
|
|
|
relative_url: str?
|
2023-01-18 20:58:57 +01:00
|
|
|
leave_front_door_open: bool?
|
2023-01-20 01:58:26 +01:00
|
|
|
base_image: ghcr.io/esphome/esphome-hassio:dev
|
2023-01-26 18:10:29 +01:00
|
|
|
options:
|
|
|
|
home_assistant_dashboard_integration: false
|
2019-04-24 17:09:50 +02:00
|
|
|
|
|
|
|
esphome-beta:
|
|
|
|
<<: *base
|
|
|
|
directory: esphome-beta
|
|
|
|
name: ESPHome (beta)
|
2023-03-15 21:37:11 +01:00
|
|
|
version: '2023.3.0b6' # BETA
|
2019-05-28 09:20:26 +02:00
|
|
|
slug: esphome-beta
|
2021-06-21 04:52:25 +02:00
|
|
|
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
|
2020-07-25 19:28:44 +02:00
|
|
|
stage: experimental
|
2022-01-11 00:31:05 +01:00
|
|
|
advanced: true
|
2023-01-26 18:10:29 +01:00
|
|
|
options:
|
|
|
|
home_assistant_dashboard_integration: false
|
2019-04-24 17:09:50 +02:00
|
|
|
|
|
|
|
esphome-stable:
|
|
|
|
<<: *base
|
|
|
|
directory: esphome
|
|
|
|
name: ESPHome
|
2023-02-23 02:21:30 +01:00
|
|
|
version: '2023.2.4' # STABLE
|
2019-05-28 09:20:26 +02:00
|
|
|
slug: esphome
|
2021-06-21 04:52:25 +02:00
|
|
|
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-01-18 20:58:57 +01:00
|
|
|
CHANGELOG.md:
|
|
|
|
DOCS.md:
|
2019-04-24 17:09:50 +02:00
|
|
|
icon.png:
|
|
|
|
logo.png:
|
|
|
|
README.md:
|
2023-01-18 20:58:57 +01:00
|
|
|
translations/en.yaml:
|