String formatting and max line length - Part 3 (#84394)
This commit is contained in:
parent
30df9e7706
commit
baef267f33
88 changed files with 517 additions and 218 deletions
|
@ -58,7 +58,10 @@ def setup_platform(
|
|||
|
||||
except NumatoGpioError as err:
|
||||
_LOGGER.error(
|
||||
"Failed to initialize binary sensor '%s' on Numato device %s port %s: %s",
|
||||
(
|
||||
"Failed to initialize binary sensor '%s' on Numato device %s"
|
||||
" port %s: %s"
|
||||
),
|
||||
port_name,
|
||||
device_id,
|
||||
port,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue