Bump aiohomekit to 1.3.0 (#76841)

This commit is contained in:
Jc2k 2022-08-16 10:34:17 +01:00 committed by GitHub
parent 93630cf1f8
commit a663445f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 9 deletions

View file

@ -281,11 +281,6 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
existing_entry, data={**existing_entry.data, **updated_ip_port}
)
conn: HKDevice = self.hass.data[KNOWN_DEVICES][hkid]
# When we rediscover the device, let aiohomekit know
# 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.reconnect_soon()
if config_num and conn.config_num != config_num:
_LOGGER.debug(
"HomeKit info %s: c# incremented, refreshing entities", hkid