Add other wemo motion sensor identifier (#15627)

* Add other motion sensor identifier

* Fix order
This commit is contained in:
Dan Faulknor 2018-07-30 20:38:49 +12:00 committed by Martin Hjelmare
parent 460bb69ade
commit 744c277123

View file

@ -26,6 +26,7 @@ WEMO_MODEL_DISPATCH = {
'Insight': 'switch',
'LightSwitch': 'switch',
'Maker': 'switch',
'Motion': 'binary_sensor',
'Sensor': 'binary_sensor',
'Socket': 'switch'
}