Update integrations t-z to override extra_state_attributes() (#47760)
This commit is contained in:
@@ -72,7 +72,7 @@ class WorldTidesInfoSensor(Entity):
|
||||
return self._name
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes of this device."""
|
||||
attr = {ATTR_ATTRIBUTION: ATTRIBUTION}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user