mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-31 05:06:57 +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
|
site: My site
|
||||||
ssid_filter:
|
ssid_filter:
|
||||||
- 'HomeSSID'
|
- 'HomeSSID'
|
||||||
'IoTSSID'
|
- 'IoTSSID'
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -63,6 +63,16 @@ detection_time:
|
|||||||
type: integer
|
type: integer
|
||||||
required: false
|
required: false
|
||||||
default: 300
|
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:
|
ssid_filter:
|
||||||
description: Filter the SSIDs that tracking will occur on.
|
description: Filter the SSIDs that tracking will occur on.
|
||||||
type: list
|
type: list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user