diff --git a/homeassistant/components/xiaomi_aqara/binary_sensor.py b/homeassistant/components/xiaomi_aqara/binary_sensor.py index 56818c51b81..7085fe49aeb 100644 --- a/homeassistant/components/xiaomi_aqara/binary_sensor.py +++ b/homeassistant/components/xiaomi_aqara/binary_sensor.py @@ -374,7 +374,7 @@ class XiaomiVibration(XiaomiBinarySensor): if value is None: return False - if value not in ('vibrate', 'tilt', 'free_fall'): + if value not in ('vibrate', 'tilt', 'free_fall', 'actively'): _LOGGER.warning("Unsupported movement_type detected: %s", value) return False