Add OutdoorPlug to wemo (#44629)

This commit is contained in:
Matt Bilodeau 2020-12-29 20:43:44 -05:00 committed by GitHub
parent 62237adf91
commit a750c95d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ WEMO_MODEL_DISPATCH = {
"LightSwitch": SWITCH_DOMAIN, "LightSwitch": SWITCH_DOMAIN,
"Maker": SWITCH_DOMAIN, "Maker": SWITCH_DOMAIN,
"Motion": BINARY_SENSOR_DOMAIN, "Motion": BINARY_SENSOR_DOMAIN,
"OutdoorPlug": SWITCH_DOMAIN,
"Sensor": BINARY_SENSOR_DOMAIN, "Sensor": BINARY_SENSOR_DOMAIN,
"Socket": SWITCH_DOMAIN, "Socket": SWITCH_DOMAIN,
} }