mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Update integrations f-i to override extra_state_attributes() (#47757)
This commit is contained in:
@@ -88,7 +88,7 @@ class IOSSensor(Entity):
|
||||
return self._unit_of_measurement
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the device state attributes."""
|
||||
device = self._device[ios.ATTR_DEVICE]
|
||||
device_battery = self._device[ios.ATTR_BATTERY]
|
||||
|
||||
Reference in New Issue
Block a user