parent
0c1acc51a4
commit
0a90b01e77
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue