String formatting and max line length - Part 1 (#84390)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
41341c76cf
commit
b0cee0bc46
98 changed files with 532 additions and 237 deletions
|
@ -253,8 +253,10 @@ async def _async_setup_component(
|
|||
result = await task
|
||||
except asyncio.TimeoutError:
|
||||
_LOGGER.error(
|
||||
"Setup of %s is taking longer than %s seconds."
|
||||
" Startup will proceed without waiting any longer",
|
||||
(
|
||||
"Setup of %s is taking longer than %s seconds."
|
||||
" Startup will proceed without waiting any longer"
|
||||
),
|
||||
domain,
|
||||
SLOW_SETUP_MAX_WAIT,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue