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
|
@ -275,7 +275,7 @@ class HKDevice:
|
|||
async def async_update(self, now=None):
|
||||
"""Poll state of all entities attached to this bridge/accessory."""
|
||||
if not self.pollable_characteristics:
|
||||
_LOGGER.debug("HomeKit connection not polling any characteristics.")
|
||||
_LOGGER.debug("HomeKit connection not polling any characteristics")
|
||||
return
|
||||
|
||||
if self._polling_lock.locked():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue