1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Add core config option to limit compile process count (#3952)

This commit is contained in:
Jesse Hills
2022-10-27 12:17:21 +13:00
committed by GitHub
parent 991fc54994
commit 85faecb2fd
3 changed files with 11 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ CONF_COMMAND_RETAIN = "command_retain"
CONF_COMMAND_TOPIC = "command_topic"
CONF_COMMENT = "comment"
CONF_COMMIT = "commit"
CONF_COMPILE_PROCESS_LIMIT = "compile_process_limit"
CONF_COMPONENT_ID = "component_id"
CONF_COMPONENTS = "components"
CONF_CONDITION = "condition"