Fix iCloud extra attributes (#48815)
This commit is contained in:
parent
78dabc83ec
commit
9377a45d8a
3 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ class IcloudTrackerEntity(TrackerEntity):
|
|||
@property
|
||||
def extra_state_attributes(self) -> dict[str, any]:
|
||||
"""Return the device state attributes."""
|
||||
return self._device.state_attributes
|
||||
return self._device.extra_state_attributes
|
||||
|
||||
@property
|
||||
def device_info(self) -> dict[str, any]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue