Merge pull request #1379 from jaharkes/wemo_switch

Fix dispatching for regular WeMo switch devices.
This commit is contained in:
Paulus Schoutsen 2016-02-23 07:22:25 -08:00
commit d6a14a1767

View File

@ -24,7 +24,7 @@ WEMO_MODEL_DISPATCH = {
'Insight': DISCOVER_SWITCHES,
'Maker': DISCOVER_SWITCHES,
'Motion': DISCOVER_MOTION,
'Switch': DISCOVER_SWITCHES,
'Socket': DISCOVER_SWITCHES,
}
WEMO_SERVICE_DISPATCH = {
DISCOVER_LIGHTS: 'light',