mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Merge pull request #1379 from jaharkes/wemo_switch
Fix dispatching for regular WeMo switch devices.
This commit is contained in:
@@ -24,7 +24,7 @@ WEMO_MODEL_DISPATCH = {
|
|||||||
'Insight': DISCOVER_SWITCHES,
|
'Insight': DISCOVER_SWITCHES,
|
||||||
'Maker': DISCOVER_SWITCHES,
|
'Maker': DISCOVER_SWITCHES,
|
||||||
'Motion': DISCOVER_MOTION,
|
'Motion': DISCOVER_MOTION,
|
||||||
'Switch': DISCOVER_SWITCHES,
|
'Socket': DISCOVER_SWITCHES,
|
||||||
}
|
}
|
||||||
WEMO_SERVICE_DISPATCH = {
|
WEMO_SERVICE_DISPATCH = {
|
||||||
DISCOVER_LIGHTS: 'light',
|
DISCOVER_LIGHTS: 'light',
|
||||||
|
Reference in New Issue
Block a user