diff --git a/homeassistant/components/devolo_home_control/sensor.py b/homeassistant/components/devolo_home_control/sensor.py index d0d3388ef17..0f02f6d0dd0 100644 --- a/homeassistant/components/devolo_home_control/sensor.py +++ b/homeassistant/components/devolo_home_control/sensor.py @@ -80,7 +80,7 @@ class DevoloMultiLevelDeviceEntity(DevoloDeviceEntity): def _sync(self, message=None): """Update the multi level sensor state.""" - if message[0].startswith("devolo.MultiLevelSensor"): + if message[0] == self._multi_level_sensor_property.element_uid: self._state = self._device_instance.multi_level_sensor_property[ message[0] ].value