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.
This commit is contained in:
Matthew Garrett
2018-07-17 01:06:06 -07:00
committed by Paulus Schoutsen
parent a4318682f7
commit 8b475f45e9
2 changed files with 2 additions and 2 deletions
@@ -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'
+1 -1
View File
@@ -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