mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix wemo lights (#31323)
This commit is contained in:
parent
d6d3feb54e
commit
d5486f883d
@ -113,7 +113,7 @@ class WemoLight(Light):
|
|||||||
"""Return the device info."""
|
"""Return the device info."""
|
||||||
return {
|
return {
|
||||||
"name": self.wemo.name,
|
"name": self.wemo.name,
|
||||||
"identifiers": {(WEMO_DOMAIN, self.wemo.serialnumber)},
|
"identifiers": {(WEMO_DOMAIN, self.wemo.uniqueID)},
|
||||||
"model": self.wemo.model_name,
|
"model": self.wemo.model_name,
|
||||||
"manufacturer": "Belkin",
|
"manufacturer": "Belkin",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user