mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Move Homekit controller component to user zeroconf discovery (#24042)
This commit is contained in:
committed by
Paulus Schoutsen
parent
3fef9a93cf
commit
42ee8eef50
@@ -277,7 +277,7 @@ async def device_config_changed(hass, accessories):
|
||||
flow = config_flow.HomekitControllerFlowHandler()
|
||||
flow.hass = hass
|
||||
flow.context = {}
|
||||
result = await flow.async_step_discovery(discovery_info)
|
||||
result = await flow.async_step_zeroconf(discovery_info)
|
||||
assert result['type'] == 'abort'
|
||||
assert result['reason'] == 'already_configured'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user