mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 14:18:14 +00:00
improve error message
This commit is contained in:
parent
a15715e646
commit
de3a4727e6
@ -207,7 +207,7 @@ def validate_remaining_connections(config):
|
||||
raise cv.Invalid(
|
||||
f"Exceeded `{CONF_MAX_CONNECTIONS}`: "
|
||||
f"Components attempted to consume {used_slots} slot(s) out of available "
|
||||
f"configured maximum {config[CONF_MAX_CONNECTIONS]} connection slots; "
|
||||
f"configured maximum {config[CONF_MAX_CONNECTIONS]} connection slot(s); "
|
||||
f"Decrease the number of BLE clients or increase "
|
||||
f"`{CONF_MAX_CONNECTIONS}` to {used_slots}."
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user