Fix wemo device types for lights (#31360)
This commit is contained in:
parent
44f0728c60
commit
06efe3a2f6
1 changed files with 1 additions and 1 deletions
|
@ -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.model_name,
|
"model": self.wemo.device_type,
|
||||||
"manufacturer": "Belkin",
|
"manufacturer": "Belkin",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue