mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
String formatting and max line length - Part 5 (#84501)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
@@ -407,7 +407,10 @@ async def async_setup_sensor_registry_updates(
|
||||
"""Update all sensors in one executor jump."""
|
||||
if _update_lock.locked():
|
||||
_LOGGER.warning(
|
||||
"Updating systemmonitor took longer than the scheduled update interval %s",
|
||||
(
|
||||
"Updating systemmonitor took longer than the scheduled update"
|
||||
" interval %s"
|
||||
),
|
||||
scan_interval,
|
||||
)
|
||||
return
|
||||
|
Reference in New Issue
Block a user