2018-10-10 12:03:17 WARNING (MainThread) [homeassistant.loader] You are using a custom component for tunnel2local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-10-10 12:03:17 WARNING (MainThread) [homeassistant.loader] You are using a custom component for tts.google which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-10-10 12:03:17 WARNING (MainThread) [homeassistant.loader] You are using a custom component for introduction_hachina which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-10-10 12:03:18 WARNING (MainThread) [homeassistant.loader] You are using a custom component for redpoint which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-10-10 12:03:19 ERROR (MainThread) [homeassistant.setup] Error during setup of component homekit
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/homeassistant/setup.py", line 145, in _async_setup_component
hass, processed_config)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/homekit/__init__.py", line 73, in async_setup
await hass.async_add_job(homekit.setup)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/homekit/__init__.py", line 202, in setup
from .accessories import HomeBridge, HomeDriver
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/homekit/accessories.py", line 8, in <module>
from pyhap.accessory_driver import AccessoryDriver
File "/home/pi/.homeassistant/deps/lib/python3.5/site-packages/pyhap/accessory_driver.py", line 45, in <module>
from pyhap.hap_server import HAPServer
File "/home/pi/.homeassistant/deps/lib/python3.5/site-packages/pyhap/hap_server.py", line 19, in <module>
from Crypto.Protocol.KDF import HKDF
ImportError: cannot import name 'HKDF'