Have pylint warn when user visible log messages do not start with capital letter or end with a period (#48064)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
3742f175ad
commit
c820dd4cb5
107 changed files with 243 additions and 157 deletions
|
@ -102,7 +102,7 @@ class KiwiLock(LockEntity):
|
|||
try:
|
||||
self._client.open_door(self.lock_id)
|
||||
except KiwiException:
|
||||
_LOGGER.error("failed to open door")
|
||||
_LOGGER.error("Failed to open door")
|
||||
else:
|
||||
self._state = STATE_UNLOCKED
|
||||
self.hass.add_job(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue