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:
parent
8797cb78a9
commit
db3cdb288e
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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue