Homekit advertise_ip now accepts a list of ips (#27862)

This commit is contained in:
J. Nick Koston 2023-06-24 22:29:17 -05:00 committed by GitHub
parent 03163a8f62
commit 710013b9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,9 +107,9 @@ homekit:
type: string
default: '`bridge`'
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(es) 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
type: string
type: list
filter:
description: Filters for entities to be included/excluded from HomeKit. ([Configure Filter](#configure-filter))
required: false