Skip to content

Commit eb459f5

Browse files
Mike O'Driscollc727
Mike O'Driscoll
authored andcommitted
Unifi device tracking SSID Filtering (home-assistant#4622)
* Unifi device tracking SSID Filtering Add documentation for configuration of unifi SSID filtering. * Update device_tracker.unifi.markdown
1 parent 12221b5 commit eb459f5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

source/_components/device_tracker.unifi.markdown

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ To use this device tracker in your installation, add the following to your `conf
2020
# Example configuration.yaml entry
2121
device_tracker:
2222
- platform: unifi
23-
username: USERNAME
24-
password: PASSWORD
23+
host: unifi
24+
username: username
25+
password: password
26+
ssid_filter:
27+
- 'HomeSSID'
28+
- 'IoTSSID'
2529
```
2630
2731
{% configuration %}
@@ -56,8 +60,14 @@ verify_ssl:
5660
detection_time:
5761
description: How long since the last seen time before the device is marked away, specified in seconds.
5862
type: int
59-
required: optional
63+
required: false
6064
default: 300
65+
ssid_filter:
66+
description: Filter the SSIDs that tracking will occur on.
67+
type: list of strings
68+
required: false
69+
default: None
70+
6171
{% endconfiguration %}
6272

6373
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

0 commit comments

Comments
 (0)