This library implements the HomeKit protocol for controlling Homekit accessories using asyncio.
It's primary use is for with Home Assistant. We target the same versions of python as them and try to follow their code standards.
At the moment we don't offer any API guarantees. API stability and documentation will happen after we are happy with how things are working within Home Assistant.
It's published on pypi as aiohomekit
but its still under early development - proceed with caution.
No. Eventually we hope to via aioble which provides an asyncio bluetooth abstraction that works on Linux, macOS and Windows.
No, this is just the client part. You should use one the of other implementations:
At the time of writing this is the only python 3.7/3.8 asyncio HAP client.
This library wouldn't have been possible without homekit_python, a synchronous implementation of both the client and server parts of HAP.