Remove deprecated helper functions from homekit_controller pairing flow (#65270)
This commit is contained in:
parent
5999d08d72
commit
cc94af2872
3 changed files with 7 additions and 43 deletions
|
@ -180,6 +180,7 @@ def setup_mock_accessory(controller):
|
|||
serial_number="12345",
|
||||
firmware_revision="1.1",
|
||||
)
|
||||
accessory.aid = 1
|
||||
|
||||
service = accessory.add_service(ServicesTypes.LIGHTBULB)
|
||||
on_char = service.add_char(CharacteristicsTypes.ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue