mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Include serial number in HomeKit device info (#114688)
Very useful when adding a hub that has many identical devices already paired
This commit is contained in:
@ -384,6 +384,7 @@ class HKDevice:
|
||||
model=accessory.model,
|
||||
sw_version=accessory.firmware_revision,
|
||||
hw_version=accessory.hardware_revision,
|
||||
serial_number=accessory.serial_number,
|
||||
)
|
||||
|
||||
if accessory.aid != 1:
|
||||
|
Reference in New Issue
Block a user