Fix wemo device types for lights (#31360)

pull/31366/head
Paulus Schoutsen 2020-01-31 14:01:25 -08:00 committed by GitHub
parent 44f0728c60
commit 06efe3a2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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",
}