diff --git a/custom_components/fpl/fplEntity.py b/custom_components/fpl/fplEntity.py index fa7ba8c..7b30d27 100644 --- a/custom_components/fpl/fplEntity.py +++ b/custom_components/fpl/fplEntity.py @@ -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,