Update integrations f-i to override extra_state_attributes() (#47757)
This commit is contained in:
parent
6c084ae6ce
commit
af4d06b12e
119 changed files with 165 additions and 165 deletions
|
@ -91,7 +91,7 @@ class IcloudDeviceBatterySensor(Entity):
|
|||
)
|
||||
|
||||
@property
|
||||
def device_state_attributes(self) -> Dict[str, any]:
|
||||
def extra_state_attributes(self) -> Dict[str, any]:
|
||||
"""Return default attributes for the iCloud device entity."""
|
||||
return self._device.state_attributes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue