0.7.11 had a bug in its HomeKitConnection mockery, which this fixes.
0.7.10
Fixes the HomeKitConnection mock to disable `reconnect_soon`. A mock should not reconnect soon!
0.7.9
* Implements `AbstractPairing.is_connected`. This brings `main` inline with what will become 1.0.0. * Use of `Pairing.connection.is_connected` is blocked in tests.
0.7.8
* Fixes `FakeController.find_ip_by_device_id` to raise `AccessoryNotFoundError` if a device id is not known.
0.7.7
This release adds `Controller.async_start` and `Controller.async_stop`. You can also use `Controller` with an `async with`.
This is currently a no-op change - you don't **need** to start the controller. But you will in 1.0, so change your code today!
0.7.5
* Actually enable mypy to see the type hints in this package (adds `py.typed` marker file)