forked from home-assistant/core
@@ -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",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user