mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add other wemo motion sensor identifier (#15627)
* Add other motion sensor identifier * Fix order
This commit is contained in:
parent
460bb69ade
commit
744c277123
@ -26,6 +26,7 @@ WEMO_MODEL_DISPATCH = {
|
|||||||
'Insight': 'switch',
|
'Insight': 'switch',
|
||||||
'LightSwitch': 'switch',
|
'LightSwitch': 'switch',
|
||||||
'Maker': 'switch',
|
'Maker': 'switch',
|
||||||
|
'Motion': 'binary_sensor',
|
||||||
'Sensor': 'binary_sensor',
|
'Sensor': 'binary_sensor',
|
||||||
'Socket': 'switch'
|
'Socket': 'switch'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user