core/homeassistant/components/homekit_controller
J. Nick Koston 9bb7b3b125
Fix homekit_controller pairing retry when the first attempt is busy (#38605)
* Fix homekit_controller pairing retry

If the device was busy on the first pairing attempt, it
was not possible to retry.

* always restart pairing on recoverable execptions

* move code

* malformed pin is safe to restart

* make busy_error an abort

* switch max retries, simplify tests

* try pairing later

* try pairing later

* merge

* s/tlv_error/protocol_error/g

* Adjust wording
2020-08-09 22:17:13 -05:00
..
translations Fix homekit_controller pairing retry when the first attempt is busy (#38605) 2020-08-09 22:17:13 -05:00
__init__.py Ensure shared zeroconf is passed to homekit controller devices (#38678) 2020-08-08 15:37:05 -05:00
air_quality.py
alarm_control_panel.py
binary_sensor.py
climate.py
config_flow.py Fix homekit_controller pairing retry when the first attempt is busy (#38605) 2020-08-09 22:17:13 -05:00
connection.py Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
const.py
cover.py
fan.py
light.py
lock.py
manifest.json Update aiohomekit to handle homekit devices that do not send format (#38679) 2020-08-09 13:29:46 +02:00
media_player.py
sensor.py Adjust icons for MDI bump (#37730) 2020-07-14 22:17:14 +02:00
storage.py
strings.json Fix homekit_controller pairing retry when the first attempt is busy (#38605) 2020-08-09 22:17:13 -05:00
switch.py