replace device_state_attributes. Issue #19
This commit is contained in:
@@ -36,7 +36,7 @@ class FplEntity(CoordinatorEntity):
|
||||
return {}
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes."""
|
||||
attributes = {
|
||||
"attribution": ATTRIBUTION,
|
||||
|
||||
Reference in New Issue
Block a user