mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Hide homekit_controller implementation that doesn't apply to BLE (#74836)
This commit is contained in:
parent
81cdbf4f9b
commit
f53bf1127f
@ -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
|
||||||
|
@ -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"],
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user