Add other wemo motion sensor identifier (#15627)
* Add other motion sensor identifier * Fix order
This commit is contained in:
parent
460bb69ade
commit
744c277123
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ WEMO_MODEL_DISPATCH = {
|
|||
'Insight': 'switch',
|
||||
'LightSwitch': 'switch',
|
||||
'Maker': 'switch',
|
||||
'Motion': 'binary_sensor',
|
||||
'Sensor': 'binary_sensor',
|
||||
'Socket': 'switch'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue