diff --git a/custom_components/google_fit/sensor.py b/custom_components/google_fit/sensor.py index 406e194..6f6cf78 100644 --- a/custom_components/google_fit/sensor.py +++ b/custom_components/google_fit/sensor.py @@ -242,7 +242,7 @@ def state_attributes(self): } @property - def device_state_attributes(self): + def extra_state_attributes(self): """Return device specific state attributes.""" return self._attributes