An asyncio-based HomeKit client library for Python. Version 3.2.20, actively maintained, with frequent releases following HomeKit protocol updates.
pip install aiohomekitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Controller, starts discovery, prints discovered HomeKit accessories.
Use `from aiohomekit import Controller` and consult the 3.0 migration guide.
Access attributes like `dev.description` directly.
Always call `await controller.start()` in your async setup.
Use `from aiohomekit import Controller` instead.
Create a Controller instance and call `await controller.discover()`.