mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Document homekit zeroconf_default_interface (#12807)
* Document zeroconf_default_interface * homekit -> HomeKit * Update homekit.markdown * Update homekit.markdown * Update homekit.markdown
This commit is contained in:
parent
659ce1d1c2
commit
15ae6e74ea
@ -82,6 +82,11 @@ homekit:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
zeroconf_default_interface:
|
||||||
|
description: By default, zeroconf will attempt to bind to all interfaces. For systems running using network isolation or similar, this may result HomeKit not being seen on the network. Change this option to `true` if HomeKit cannot be discovered.
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
advertise_ip:
|
advertise_ip:
|
||||||
description: If you need to override the IP address used for mDNS advertisement. (For example, using network isolation in Docker and together with an mDNS forwarder like `avahi-daemon` in reflector mode)
|
description: If you need to override the IP address used for mDNS advertisement. (For example, using network isolation in Docker and together with an mDNS forwarder like `avahi-daemon` in reflector mode)
|
||||||
required: false
|
required: false
|
||||||
@ -332,11 +337,14 @@ To avoid any errors, after you have successfully paired your Home Assistant Brid
|
|||||||
|
|
||||||
The `advertise_ip` option can be used to run this integration even inside an ephemeral Docker container with network isolation enabled, e.g., not using the host network.
|
The `advertise_ip` option can be used to run this integration even inside an ephemeral Docker container with network isolation enabled, e.g., not using the host network.
|
||||||
|
|
||||||
|
You may also need to set `zeroconf_default_interface` to `true`.
|
||||||
|
|
||||||
To use `advertise_ip`, add the option to your `homekit` configuration:
|
To use `advertise_ip`, add the option to your `homekit` configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
homekit:
|
homekit:
|
||||||
advertise_ip: "STATIC_IP_OF_YOUR_DOCKER_HOST"
|
advertise_ip: "STATIC_IP_OF_YOUR_DOCKER_HOST"
|
||||||
|
zeroconf_default_interface: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart your Home Assistant instance. This feature requires running an mDNS forwarder on your Docker host, e.g., `avahi-daemon` in reflector mode. This kind of setup most likely requires `safe_mode` during the bridge setup.
|
Restart your Home Assistant instance. This feature requires running an mDNS forwarder on your Docker host, e.g., `avahi-daemon` in reflector mode. This kind of setup most likely requires `safe_mode` during the bridge setup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user