I have a new installation of HA (version 0.86.4) on macOS 10.14.2 and it’s running fine. I have added 2 Tradfri power outlets to it and included HomeKit support and all is good, BUT I get the following error warning for the homekit-controller
The following components and platforms could not be set up:
• homekit-controller
Please check your config
I could just ignore the warning because its actually working, but my OCD says “Fix it!!!”
My configuration.yaml contains:
homekit:
discovery:
enable:
- homekit
ignore:
- apple_tv
- plex_mediaserver
- samsung_tv
My log report is this…
2019-01-30 14:52:59 ERROR (SyncWorker_7) [homeassistant.util.package] Unable to install package homekit==0.12.0: Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/w1/fxtj6l5x0kd3sdg1t1l_11xw0000gn/T/pip-install-xigxgb9v/gmpy2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/w1/fxtj6l5x0kd3sdg1t1l_11xw0000gn/T/pip-record-45muouje/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=" failed with error code 1 in /private/var/folders/w1/fxtj6l5x0kd3sdg1t1l_11xw0000gn/T/pip-install-xigxgb9v/gmpy2/
2019-01-30 14:52:59 ERROR (MainThread) [homeassistant.requirements] Not initializing` homekit_controller because could not install requirement homekit==0.12.0
2019-01-30 14:52:59 ERROR (MainThread) [homeassistant.setup] Setup failed for homekit_controller: Could not install all requirements.
Any ideas??