Document dlna_dmr.callback_url_override option (#8797)

* Document dlna_dmr.callback_url_override option

* ✏️ Tweak
This commit is contained in:
Steven Looman 2019-03-06 21:55:41 +01:00 committed by Franck Nijhof
parent a610730c3c
commit f6bfbb72af

View File

@ -47,4 +47,8 @@ name:
description: The name you would like to give to the device, e.g., `TV living room`.
required: false
type: string
callback_url_override:
description: Override the advertised callback URL. In case the home assistant instance is not directly reachable (e.g., running in a docker container without bridged-networking), advertise this callback URL for events.
required: false
type: string
{% endconfiguration %}