From 0eba9200757796f625e0b211f222ad35403336eb Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Thu, 6 Jun 2019 20:08:29 +0200 Subject: [PATCH] Add new movement type "actively" of the Xiaomi Vibration Sensor (#24334) --- homeassistant/components/xiaomi_aqara/binary_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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