mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Update integrations t-z to override extra_state_attributes() (#47760)
This commit is contained in:
@ -279,7 +279,7 @@ class TensorFlowImageProcessor(ImageProcessingEntity):
|
||||
return self._total_matches
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return device specific state attributes."""
|
||||
return {
|
||||
ATTR_MATCHES: self._matches,
|
||||
|
Reference in New Issue
Block a user