mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Update integrations a-e to override extra_state_attributes() (#47756)
This commit is contained in:
@@ -95,7 +95,7 @@ class CommandSensor(Entity):
|
||||
return self._state
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes."""
|
||||
return self._attributes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user