<font face="simsun">(Note that the PIN I entered is correct, despite the log mentioning an incorrect PIN) Pairing attempt failed with an unhandled exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/homekit_controller/config_flow.py", line 250, in async_step_pair
await self.hass.async_add_executor_job(self.finish_pairing, code)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/homekit/controller/controller.py", line 389, in finish_pairing
Controller.check_pin_format(pin)
File "/usr/local/lib/python3.7/site-packages/homekit/controller/controller.py", line 316, in check_pin_format
raise MalformedPinError('The pin must be of the following XXX-XX-XXX where X is a digit between 0 and 9.')
homekit.exceptions.MalformedPinError: The pin must be of the following XXX-XX-XXX where X is a digit between 0 and 9.</font>