Hide homekit_controller implementation that doesn't apply to BLE (#74836)

This commit is contained in:
Jc2k
2022-07-09 22:07:32 +01:00
committed by GitHub
parent 81cdbf4f9b
commit f53bf1127f
4 changed files with 4 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
# that the device is available and we should not wait
# to retry connecting any longer. reconnect_soon
# will do nothing if the device is already connected
await conn.pairing.connection.reconnect_soon()
await conn.pairing.reconnect_soon()
if conn.config_num != config_num:
_LOGGER.debug(
"HomeKit info %s: c# incremented, refreshing entities", hkid