mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
spelling: components/bmw_connected_drive (#64236)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
ac9aaadfa7
commit
08ea6d1709
@ -78,7 +78,7 @@ class BMWDeviceTracker(BMWConnectedDriveBaseEntity, TrackerEntity):
|
||||
return SOURCE_TYPE_GPS
|
||||
|
||||
def update(self) -> None:
|
||||
"""Update state of the decvice tracker."""
|
||||
"""Update state of the device tracker."""
|
||||
_LOGGER.debug("Updating device tracker of %s", self._vehicle.name)
|
||||
self._attr_extra_state_attributes = self._attrs
|
||||
self._location = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user