mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
parent
0c1acc51a4
commit
0a90b01e77
@ -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…
x
Reference in New Issue
Block a user