Skip to content
Snippets Groups Projects
Commit db3cdb28 authored by Matthew Garrett's avatar Matthew Garrett Committed by Martin Hjelmare
Browse files

Update HomeKit module code (#15502)

This fixes a bunch of bugs, including issues with concurrency in devices
that present multiple accessories, devices that insist on the TLV entries
being in the order that Apple use, and handling devices that send headers
and data in separate chunks. This should improve compatibility with
a whole bunch of HomeKit devices.
parent 8797cb78
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ from homeassistant.components.discovery import SERVICE_HOMEKIT
from homeassistant.helpers import discovery
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['homekit==0.6']
REQUIREMENTS = ['homekit==0.10']
DOMAIN = 'homekit_controller'
HOMEKIT_DIR = '.homekit'
......
......@@ -418,7 +418,7 @@ holidays==0.9.5
home-assistant-frontend==20180716.0
# homeassistant.components.homekit_controller
# homekit==0.6
# homekit==0.10
# homeassistant.components.homematicip_cloud
homematicip==0.9.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment