parent
7ef352701c
commit
e1fd46d6db
|
@ -114,7 +114,7 @@ class WemoLight(Light):
|
||||||
return {
|
return {
|
||||||
"name": self.wemo.name,
|
"name": self.wemo.name,
|
||||||
"identifiers": {(WEMO_DOMAIN, self.wemo.uniqueID)},
|
"identifiers": {(WEMO_DOMAIN, self.wemo.uniqueID)},
|
||||||
"model": self.wemo.device_type,
|
"model": type(self.wemo).__name__,
|
||||||
"manufacturer": "Belkin",
|
"manufacturer": "Belkin",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue