Skip to content

Commit 61fdbc9

Browse files
committed
Fix variables and description
1 parent 02dd9e5 commit 61fdbc9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

source/_components/device_tracker.linksys_ap.markdown

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,40 @@ ha_release: 0.37
1313
---
1414

1515
The `linksys_ap` platform offers presence detection by looking at connected devices to a Linksys based access point.
16+
1617
It was tested with a LAPAC1750 AC1750 Dual Band Access Point.
1718

19+
## {% linkable_title Configuration %}
20+
1821
To use a Linksys Access Point in your installation, add the following to your `configuration.yaml` file:
1922

2023
```yaml
2124
# Example configuration.yaml entry
2225
device_tracker:
2326
- platform: linksys_ap
2427
host: 192.168.1.1
25-
username: admin
26-
password: password
28+
username: YOUR_USERNAME
29+
password: YOUR_PASSWORD
2730
```
2831
2932
Configuration variables:
3033
3134
- **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).
3336
- **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 %}
3540

3641
Example for all configuration options:
42+
3743
```yaml
3844
# Example configuration.yaml entry
3945
device_tracker:
4046
- platform: linksys_ap
4147
host: 192.168.1.1
42-
username: admin
43-
password: password
48+
username: YOUR_USERNAME
49+
password: YOUR_PASSWORD
4450
verify_ssl: true
4551
scan_interval: 6
4652
consider_home: 12

0 commit comments

Comments
 (0)