Updated wemo lights fix for #31360 (#31369)

This commit is contained in:
Dan Lehman 2020-02-01 16:42:37 +11:00 committed by GitHub
parent 0c1acc51a4
commit 0a90b01e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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