Skip to content

Commit

Permalink
Merge d7e0ecd into d4a2acc
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyK69 committed Nov 12, 2020
2 parents d4a2acc + d7e0ecd commit 4292884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bimmer_connected/all_trips.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def average_electric_consumption(self) -> StatisticValues:

@property
@backend_parameter
def average_recopuration(self) -> StatisticValues:
"""Returns the average recopuration."""
def average_recupuration(self) -> StatisticValues:
"""Returns the average recupuration."""
return StatisticValues(self._state.attributes[SERVICE_ALL_TRIPS]['avgRecuperation'])

@property
Expand Down

0 comments on commit 4292884

Please sign in to comment.