change entity.py to use extra_state_attributes (#66)
This commit is contained in:
parent
b7a5860bbf
commit
907de1aaab
@ -24,7 +24,7 @@ class IntegrationBlueprintEntity(CoordinatorEntity):
|
||||
}
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes."""
|
||||
return {
|
||||
"attribution": ATTRIBUTION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user