Update integrations p-s to override extra_state_attributes() (#47759)
This commit is contained in:
@@ -120,7 +120,7 @@ class SQLSensor(Entity):
|
||||
return self._unit_of_measurement
|
||||
|
||||
@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