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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # that the device is available and we should not wait
# to retry connecting any longer. reconnect_soon # to retry connecting any longer. reconnect_soon
# will do nothing if the device is already connected # 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: if conn.config_num != config_num:
_LOGGER.debug( _LOGGER.debug(
"HomeKit info %s: c# incremented, refreshing entities", hkid "HomeKit info %s: c# incremented, refreshing entities", hkid

View File

@ -3,7 +3,7 @@
"name": "HomeKit Controller", "name": "HomeKit Controller",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller", "documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit==0.7.20"], "requirements": ["aiohomekit==0.7.21"],
"zeroconf": ["_hap._tcp.local."], "zeroconf": ["_hap._tcp.local."],
"after_dependencies": ["zeroconf"], "after_dependencies": ["zeroconf"],
"codeowners": ["@Jc2k", "@bdraco"], "codeowners": ["@Jc2k", "@bdraco"],

View File

@ -168,7 +168,7 @@ aioguardian==2022.03.2
aioharmony==0.2.9 aioharmony==0.2.9
# homeassistant.components.homekit_controller # homeassistant.components.homekit_controller
aiohomekit==0.7.20 aiohomekit==0.7.21
# homeassistant.components.emulated_hue # homeassistant.components.emulated_hue
# homeassistant.components.http # homeassistant.components.http

View File

@ -152,7 +152,7 @@ aioguardian==2022.03.2
aioharmony==0.2.9 aioharmony==0.2.9
# homeassistant.components.homekit_controller # homeassistant.components.homekit_controller
aiohomekit==0.7.20 aiohomekit==0.7.21
# homeassistant.components.emulated_hue # homeassistant.components.emulated_hue
# homeassistant.components.http # homeassistant.components.http