mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Log lines do not end with a full stop (#37527)
This commit is contained in:
@ -107,7 +107,7 @@ async def async_setup_entry(
|
||||
if not parent_device:
|
||||
_LOGGER.error(
|
||||
"Node %s has a parent node %s, but no device "
|
||||
"was created for the parent. Skipping.",
|
||||
"was created for the parent. Skipping",
|
||||
node.address,
|
||||
node.parent_node,
|
||||
)
|
||||
|
Reference in New Issue
Block a user