File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -13,34 +13,40 @@ ha_release: 0.37
13
13
---
14
14
15
15
The ` linksys_ap ` platform offers presence detection by looking at connected devices to a Linksys based access point.
16
+
16
17
It was tested with a LAPAC1750 AC1750 Dual Band Access Point.
17
18
19
+ ## {% linkable_title Configuration %}
20
+
18
21
To use a Linksys Access Point in your installation, add the following to your ` configuration.yaml ` file:
19
22
20
23
``` yaml
21
24
# Example configuration.yaml entry
22
25
device_tracker :
23
26
- platform : linksys_ap
24
27
host : 192.168.1.1
25
- username : admin
26
- password : password
28
+ username : YOUR_USERNAME
29
+ password : YOUR_PASSWORD
27
30
` ` `
28
31
29
32
Configuration variables:
30
33
31
34
- **host** (*Required*): The hostname or IP address of your access point, eg. ` 192.168.1.1`.
32
- - **username** (*Required*: The username of an user with administrative privileges (read-only is sufficient).
35
+ - **username** (*Required*) : The username of an user with administrative privileges (read-only is sufficient).
33
36
- **password** (*Required*): The password for your given admin account.
34
- - **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to true.
37
+ - **verify_ssl** (*Optional*): Verify SSL certificate for HTTPS request. Defaults to true.
38
+
39
+ # # {% linkable_title Example %}
35
40
36
41
Example for all configuration options :
42
+
37
43
` ` ` yaml
38
44
# Example configuration.yaml entry
39
45
device_tracker:
40
46
- platform: linksys_ap
41
47
host: 192.168.1.1
42
- username: admin
43
- password: password
48
+ username: YOUR_USERNAME
49
+ password: YOUR_PASSWORD
44
50
verify_ssl: true
45
51
scan_interval: 6
46
52
consider_home: 12
You can’t perform that action at this time.
0 commit comments