From 9f308d7f0c63da79fc8f8cf4a82cfd897c2497c4 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Fri, 13 May 2022 17:02:50 +1000 Subject: [PATCH] Add description for Browse Unfiltered option (#22287) --- source/_integrations/dlna_dmr.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/dlna_dmr.markdown b/source/_integrations/dlna_dmr.markdown index 46359f3953f..33fedefcc04 100644 --- a/source/_integrations/dlna_dmr.markdown +++ b/source/_integrations/dlna_dmr.markdown @@ -33,6 +33,8 @@ Event listener callback URL: description: "Local URL destination for events sent by the DLNA device. It should be of the form `http://{host}:{port}/notify`, where keywords `{host}` and `{port}` will be automatically filled-in but can be set explicitly here, e.g. `http://192.88.99.1:5555/notify`. Use this if the local IP address or port seen by Home Assistant is not what the device should connect to, because of Network Address Translation (NAT)." Poll for device availability: description: "Periodically try to connect to the DLNA device, even if it is unavailable. Enable this if SSDP advertisements sent by the device are not received by Home Assistant, e.g. when IP multicast is broken on your network." +Show incompatible media when browsing: + description: "When browsing media, show all media files and links, even if the device reports that it is not compatible with the media type." {% endconfiguration_basic %} ## Services