Updated wemo lights fix for #31360 (#31369)

pull/31489/head
Dan Lehman 2020-02-01 16:42:37 +11:00 committed by Paulus Schoutsen
parent 7ef352701c
commit e1fd46d6db
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.device_type,
"model": type(self.wemo).__name__,
"manufacturer": "Belkin",
}