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
|
@ -297,7 +297,7 @@ class Entity(ABC):
|
|||
self._disabled_reported = True
|
||||
assert self.platform is not None
|
||||
_LOGGER.warning(
|
||||
"Entity %s is incorrectly being triggered for updates while it is disabled. This is a bug in the %s integration.",
|
||||
"Entity %s is incorrectly being triggered for updates while it is disabled. This is a bug in the %s integration",
|
||||
self.entity_id,
|
||||
self.platform.platform_name,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue