Skip to content

Commit

Permalink
Add support for Happy Eyeballs to homekit_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 10, 2023
1 parent a7155b1 commit 9a5f6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/homekit_controller/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ async def async_step_zeroconf(
)
updated_ip_port = {
"AccessoryIP": discovery_info.host,
"AccessoryIPs": discovery_info.addresses,
"AccessoryPort": discovery_info.port,
}
# If the device is already paired and known to us we should monitor c#
Expand Down

0 comments on commit 9a5f6d5

Please sign in to comment.