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
|
@ -88,7 +88,7 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
|||
detail = data.get_device_detail(door.device_id)
|
||||
if not detail.doorsense:
|
||||
_LOGGER.debug(
|
||||
"Not adding sensor class door for lock %s because it does not have doorsense.",
|
||||
"Not adding sensor class door for lock %s because it does not have doorsense",
|
||||
door.device_name,
|
||||
)
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue