Skip to content

Commit

Permalink
Update state.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Jun 17, 2020
1 parent 3c8a2f0 commit 0f63039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimmer_connected/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def update_data(self) -> None:
_LOGGER.debug('received new data from connected drive')
except OSError:
attributes = {}
_LOGGER.debug('Unable to retrieve vehicle status from connected drive')
_LOGGER.debug('Unable to retrieve vehicle status from connected drive (car too old)')
self._attributes = attributes

@property
Expand Down

0 comments on commit 0f63039

Please sign in to comment.