mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Update integrations f-i to override extra_state_attributes() (#47757)
This commit is contained in:
@@ -569,7 +569,7 @@ class GTFSDepartureSensor(Entity):
|
||||
return self._available
|
||||
|
||||
@property
|
||||
def device_state_attributes(self) -> dict:
|
||||
def extra_state_attributes(self) -> dict:
|
||||
"""Return the state attributes."""
|
||||
return self._attributes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user