Skip to content

Commit

Permalink
Improve typgin
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jan 7, 2024
1 parent 6de936d commit a8c600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, coordinator, idx):
)

@property
def device(self):
def device(self) -> Device:
"""Return the device entity."""
return self.coordinator.data[self._idx]

Expand Down

0 comments on commit a8c600b

Please sign in to comment.