diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index e8c7db5efe1..27027cc9eb4 100644 --- a/homeassistant/components/wemo.py +++ b/homeassistant/components/wemo.py @@ -26,6 +26,7 @@ WEMO_MODEL_DISPATCH = { 'Insight': 'switch', 'LightSwitch': 'switch', 'Maker': 'switch', + 'Motion': 'binary_sensor', 'Sensor': 'binary_sensor', 'Socket': 'switch' }