diff --git a/custom_components/ide/sensor.py b/custom_components/ide/sensor.py index 9246adc..fea6b4c 100644 --- a/custom_components/ide/sensor.py +++ b/custom_components/ide/sensor.py @@ -138,7 +138,7 @@ def unit_of_measurement(self): return self._unit @property - def device_state_attributes(self): + def extra_state_attributes(self): """Return the state attributes.""" return self._attributes