mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
Update integrations f-i to override extra_state_attributes() (#47757)
This commit is contained in:
@@ -99,7 +99,7 @@ class GitLabSensor(Entity):
|
||||
return self._available
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes."""
|
||||
return {
|
||||
ATTR_ATTRIBUTION: ATTRIBUTION,
|
||||
|
||||
Reference in New Issue
Block a user