mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Update integrations a-e to override extra_state_attributes() (#47756)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user