diff --git a/homeassistant/components/sensor/volvooncall.py b/homeassistant/components/sensor/volvooncall.py index 332fbdb785e..9554d8c5b02 100644 --- a/homeassistant/components/sensor/volvooncall.py +++ b/homeassistant/components/sensor/volvooncall.py @@ -34,9 +34,9 @@ class VolvoSensor(VolvoEntity): @property def unit_of_measurement(self): """Return the unit of measurement.""" - return RESOURCES[self._attribute][2] + return RESOURCES[self._attribute][3] @property def icon(self): """Return the icon.""" - return RESOURCES[self._attribute][3] + return RESOURCES[self._attribute][2]