mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
track_devices:
|
||||||
|
description: Setting to tell the component to track nearby devices.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Device types %}
|
## {% linkable_title Device types %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user