mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
Add other wemo motion sensor identifier (#15627)
* Add other motion sensor identifier * Fix order
This commit is contained in:
committed by
Martin Hjelmare
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'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user