Skip to content

Commit afb1347

Browse files
githubbuhfabaff
authored andcommitted
add WRT1900ACS, note to disable wireless access (home-assistant#3226)
* add WRT1900ACS, note to disable wireless access 1) Added Linksys WRT1900ACS to the list of tested devices. 2) Added note about need to disable Access via wireless * Minor changes
1 parent 06abfe7 commit afb1347

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

source/_components/device_tracker.linksys_smart.markdown

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ logo: linksys.png
1212
ha_release: 0.48
1313
---
1414

15-
The `linksys_smart` platform offers presence detection by looking at connected devices to a Linksys Smart Wifi based
16-
router. It was tested with a LINKSYS WRT3200ACM MU-MIMO Gigabit Wi-Fi Wireless Router.
15+
The `linksys_smart` platform offers presence detection by looking at connected devices to a Linksys Smart Wifi based router.
1716

18-
To use a Linksys Smart Wifi Router in your installation, add the following to your `configuration.yaml` file:
17+
Tested routers:
18+
LINKSYS WRT3200ACM MU-MIMO Gigabit Wi-Fi Wireless Router
19+
LINKSYS WRT1900ACS Dual-band Wi-Fi Router
20+
21+
22+
<p class='note'>
23+
For this platform to work correctly, it is necessary to disable the "Access via wireless" feature in the Local Management Access section of the router administration page. If "Access via wireless" is not disabled, a connectivity conflict arises because the Home Assistant integration is trying to pass userid and password, but the router is only expecting a password.
24+
</p>
25+
26+
To use a Linksys Smart Wifi Router in your Home Assistant installation, add the following to your `configuration.yaml` file:
1927

2028
```yaml
2129
# Example configuration.yaml entry

0 commit comments

Comments
 (0)