Allow user to disable device tracker (#8701)

Useful for users who only wish to track alarms or only track devices from specific google home units.
This commit is contained in:
Daniel Shokouhi 2019-02-23 01:01:47 -08:00 committed by Rohan Kapoor
parent bf918f5c03
commit 7aabe522f3

View File

@ -59,6 +59,11 @@ devices:
required: false
type: boolean
default: false
track_devices:
description: Setting to tell the component to track nearby devices.
required: false
type: boolean
default: true
{% endconfiguration %}
## {% linkable_title Device types %}