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)
|
6052/tcp: Web interface (not required for Home Assistant ingress)
|
||||||
schema:
|
schema:
|
||||||
certfile: str?
|
certfile: str?
|
||||||
|
default_compile_process_limit: int(1,)?
|
||||||
esphome_fork: str?
|
esphome_fork: str?
|
||||||
keyfile: str?
|
keyfile: str?
|
||||||
leave_front_door_open: bool?
|
leave_front_door_open: bool?
|
||||||
|
@ -34,6 +34,7 @@ base: &base
|
|||||||
streamer_mode: bool?
|
streamer_mode: bool?
|
||||||
relative_url: str?
|
relative_url: str?
|
||||||
status_use_ping: bool?
|
status_use_ping: bool?
|
||||||
|
default_compile_process_limit: int(1,)?
|
||||||
backup_exclude:
|
backup_exclude:
|
||||||
- "*/*/"
|
- "*/*/"
|
||||||
# Disable docker init for s6
|
# Disable docker init for s6
|
||||||
@ -58,6 +59,7 @@ esphome-dev:
|
|||||||
relative_url: str?
|
relative_url: str?
|
||||||
status_use_ping: bool?
|
status_use_ping: bool?
|
||||||
esphome_fork: str?
|
esphome_fork: str?
|
||||||
|
default_compile_process_limit: int(1,)?
|
||||||
base_image: ghcr.io/esphome/esphome-hassio-{arch}:dev
|
base_image: ghcr.io/esphome/esphome-hassio-{arch}:dev
|
||||||
|
|
||||||
esphome-beta:
|
esphome-beta:
|
||||||
|
Loading…
Reference in New Issue
Block a user