mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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
|
return SOURCE_TYPE_GPS
|
||||||
|
|
||||||
def update(self) -> None:
|
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)
|
_LOGGER.debug("Updating device tracker of %s", self._vehicle.name)
|
||||||
self._attr_extra_state_attributes = self._attrs
|
self._attr_extra_state_attributes = self._attrs
|
||||||
self._location = (
|
self._location = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user