Add hardware ID to device model
This commit is contained in:
@@ -48,7 +48,7 @@ class PlejdSwitch(SwitchEntity, CoordinatorEntity):
|
||||
"identifiers": {(DOMAIN, self.device.BLE_address)},
|
||||
"name": self.device.name,
|
||||
"manufacturer": "Plejd",
|
||||
"model": self.device.model,
|
||||
"model": f"{self.device.model} ({self.device.hardwareId})",
|
||||
#"connections": ???,
|
||||
"suggested_area": self.device.room,
|
||||
"sw_version": self.device.firmware,
|
||||
|
||||
Reference in New Issue
Block a user