Fix wemo lights (#31323)

pull/31489/head
Paulus Schoutsen 2020-01-30 11:40:16 -08:00 committed by Pascal Vizeli
parent 6b95e98eeb
commit 73f27c728c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class WemoLight(Light):
"""Return the device info."""
return {
"name": self.wemo.name,
"identifiers": {(WEMO_DOMAIN, self.wemo.serialnumber)},
"identifiers": {(WEMO_DOMAIN, self.wemo.uniqueID)},
"model": self.wemo.model_name,
"manufacturer": "Belkin",
}