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
|
@ -92,7 +92,7 @@ class AzureDevOpsSensor(AzureDevOpsDeviceEntity):
|
|||
return self._state
|
||||
|
||||
@property
|
||||
def device_state_attributes(self) -> object:
|
||||
def extra_state_attributes(self) -> object:
|
||||
"""Return the attributes of the sensor."""
|
||||
return self._attributes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue