mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Add default_compile_process_limit (#63)
This commit is contained in:
parent
d615eb6392
commit
d3332c2bd9
@ -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?
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user