Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alryaz committed Mar 22, 2024
1 parent a37c534 commit 19229d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/pandora_cas/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def longitude(self) -> float | None:

async def async_added_to_hass(self) -> None:
from homeassistant.components.recorder import get_instance

self.hass.data[DATA_TRACK_ENTITIES][self.unique_id] = self
await super().async_added_to_hass()
if not self.current_track.points:
Expand Down

0 comments on commit 19229d5

Please sign in to comment.