Remove deprecated helper functions from homekit_controller pairing flow (#65270)

This commit is contained in:
Jc2k 2022-01-30 22:20:19 +00:00 committed by GitHub
parent 5999d08d72
commit cc94af2872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 43 deletions

View file

@ -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)