mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Add default_interface config to zeroconf (#13315)
This commit is contained in:
parent
580f737458
commit
a2832e95ac
@ -23,3 +23,15 @@ This integration is by default enabled, unless you've disabled or removed the [`
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
zeroconf:
|
zeroconf:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
zeroconf:
|
||||||
|
description:
|
||||||
|
type: map
|
||||||
|
keys:
|
||||||
|
default_interface:
|
||||||
|
description: By default, `zeroconf` will attempt to bind to all interfaces. For systems running using network isolation or similar, this may result in `zeroconf` being unavailable. Change this option to `true` if `zeroconf` does not function.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user