Update integrations a-e to override extra_state_attributes() (#47756)
This commit is contained in:
parent
f92b75cbb2
commit
6c084ae6ce
106 changed files with 130 additions and 130 deletions
|
@ -121,7 +121,7 @@ class DiscogsSensor(Entity):
|
|||
return SENSORS[self._type]["unit_of_measurement"]
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the device state attributes of the sensor."""
|
||||
if self._state is None or self._attrs is None:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue