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