Log lines do not end with a full stop (#37527)
This commit is contained in:
parent
01fd33f173
commit
53545c984b
154 changed files with 254 additions and 261 deletions
|
@ -486,7 +486,7 @@ async def _handle_entity_call(hass, entity, func, data, context):
|
|||
|
||||
if asyncio.iscoroutine(result):
|
||||
_LOGGER.error(
|
||||
"Service %s for %s incorrectly returns a coroutine object. Await result instead in service handler. Report bug to integration author.",
|
||||
"Service %s for %s incorrectly returns a coroutine object. Await result instead in service handler. Report bug to integration author",
|
||||
func,
|
||||
entity.entity_id,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue