mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
bf918f5c03
commit
7aabe522f3
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user