Add default_interface config to zeroconf (#13315)

This commit is contained in:
J. Nick Koston 2020-05-08 06:10:25 -05:00 committed by GitHub
parent 580f737458
commit a2832e95ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,15 @@ This integration is by default enabled, unless you've disabled or removed the [`
# Example configuration.yaml entry
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 %}