Spelling fixes (#25666)
This commit is contained in:
parent
2f7c57b257
commit
a54ade1189
38 changed files with 52 additions and 52 deletions
|
@ -152,7 +152,7 @@ class LinkySensor(Entity):
|
|||
}
|
||||
|
||||
def update(self):
|
||||
"""Retreive the new data for the sensor."""
|
||||
"""Retrieve the new data for the sensor."""
|
||||
data = self.__account.data[self._scale][self.__when]
|
||||
self.__consumption = data[CONSUMPTION]
|
||||
self.__time = data[TIME]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue