Add default_compile_process_limit (#63)

This commit is contained in:
Jesse Hills 2022-12-01 13:10:40 +13:00 committed by GitHub
parent d615eb6392
commit d3332c2bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ ports_description:
6052/tcp: Web interface (not required for Home Assistant ingress)
schema:
certfile: str?
default_compile_process_limit: int(1,)?
esphome_fork: str?
keyfile: str?
leave_front_door_open: bool?

View File

@ -34,6 +34,7 @@ base: &base
streamer_mode: bool?
relative_url: str?
status_use_ping: bool?
default_compile_process_limit: int(1,)?
backup_exclude:
- "*/*/"
# Disable docker init for s6
@ -58,6 +59,7 @@ esphome-dev:
relative_url: str?
status_use_ping: bool?
esphome_fork: str?
default_compile_process_limit: int(1,)?
base_image: ghcr.io/esphome/esphome-hassio-{arch}:dev
esphome-beta: