mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 20:27:00 +00:00
UniFi - description for dont_track_clients and dont_track_devices (#10034)
* Add description for new parameters dont_track_clients and dont_track_devices * Fix Franks comment
This commit is contained in:
parent
53e72ba9e8
commit
2c9408cbb2
@ -39,7 +39,7 @@ unifi:
|
||||
site: My site
|
||||
ssid_filter:
|
||||
- 'HomeSSID'
|
||||
'IoTSSID'
|
||||
- 'IoTSSID'
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
@ -63,6 +63,16 @@ detection_time:
|
||||
type: integer
|
||||
required: false
|
||||
default: 300
|
||||
dont_track_clients:
|
||||
description: enable to not allow device tracker to track clients.
|
||||
type: boolean
|
||||
required: false
|
||||
default: false
|
||||
dont_track_devices:
|
||||
description: enable to not allow device tracker to track devices.
|
||||
type: boolean
|
||||
required: false
|
||||
default: false
|
||||
ssid_filter:
|
||||
description: Filter the SSIDs that tracking will occur on.
|
||||
type: list
|
||||
|
Loading…
x
Reference in New Issue
Block a user