Fix wemo device types for lights (#31360)

This commit is contained in:
Paulus Schoutsen 2020-01-31 14:01:25 -08:00
parent 8f8468f016
commit 25d6bc348c

View File

@ -114,7 +114,7 @@ class WemoLight(Light):
return {
"name": self.wemo.name,
"identifiers": {(WEMO_DOMAIN, self.wemo.uniqueID)},
"model": self.wemo.model_name,
"model": self.wemo.device_type,
"manufacturer": "Belkin",
}