Update integrations t-z to override extra_state_attributes() (#47760)
This commit is contained in:
parent
14a59d290a
commit
1fc8e32d86
127 changed files with 218 additions and 223 deletions
|
@ -35,7 +35,7 @@ class UpdaterBinary(CoordinatorEntity, BinarySensorEntity):
|
|||
return self.coordinator.data.update_available
|
||||
|
||||
@property
|
||||
def device_state_attributes(self) -> dict:
|
||||
def extra_state_attributes(self) -> dict:
|
||||
"""Return the optional state attributes."""
|
||||
if not self.coordinator.data:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue