Add DD-WRT device tracker wireless_only option (#9555)

This commit is contained in:
Andy Castille 2019-06-18 05:55:48 -05:00 committed by Franck Nijhof
parent a3396a426c
commit 9bb32b6528

View File

@ -51,6 +51,11 @@ verify_ssl:
required: false
type: boolean
default: true
wireless_only:
description: Whether to only list devices that are connected directly to the router via WiFi or include those connected via Ethernet or other networked access points as well.
required: false
type: boolean
default: true
{% endconfiguration %}
By default Home Assistant pulls information about connected devices from DD-WRT every 5 seconds.