mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
String formatting and max line length - Part 3 (#84394)
This commit is contained in:
@ -116,8 +116,10 @@ async def async_setup_entry(
|
||||
parent_entity = entities_by_address.get(node.parent_node.address)
|
||||
if not parent_entity:
|
||||
_LOGGER.error(
|
||||
"Node %s has a parent node %s, but no device "
|
||||
"was created for the parent. Skipping",
|
||||
(
|
||||
"Node %s has a parent node %s, but no device "
|
||||
"was created for the parent. Skipping"
|
||||
),
|
||||
node.address,
|
||||
node.parent_node,
|
||||
)
|
||||
|
Reference in New Issue
Block a user