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
|
@ -122,4 +122,4 @@ class SuezSensor(Entity):
|
|||
def update(self):
|
||||
"""Return the latest collected data from Linky."""
|
||||
self._fetch_data()
|
||||
_LOGGER.debug("Suez data state is: %s.", self._state)
|
||||
_LOGGER.debug("Suez data state is: %s", self._state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue