From b019f657811511890143f50d0ce85665334148ae Mon Sep 17 00:00:00 2001 From: Michael Requeny Date: Sun, 2 Oct 2016 19:54:42 -0400 Subject: [PATCH 1/2] add admin console lockout info to device_tracker.tplink --- source/_components/device_tracker.tplink.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/device_tracker.tplink.markdown b/source/_components/device_tracker.tplink.markdown index 37fa0f80fdc..b1c1ed48de2 100644 --- a/source/_components/device_tracker.tplink.markdown +++ b/source/_components/device_tracker.tplink.markdown @@ -15,6 +15,11 @@ ha_release: pre 0.7 This platform allows you to detect presence by looking at connected devices to a [TP-Link](https://www.tp-link.com) device. This includes the ArcherC9 line. +

+TP-Link devices typically only allow one login at a time to the admin console. This component will count torwards your one allowed login. Depending on how aggressively you configure device_trackier you may not be able to access the admin console of your TP-Link device without first stopping Home Assistant. +

+ + ```yaml # Example configuration.yaml entry device_tracker: From 322f1fe6eb19355726e1731570dac08a2d1e7228 Mon Sep 17 00:00:00 2001 From: Michael Requeny Date: Sun, 2 Oct 2016 20:11:30 -0400 Subject: [PATCH 2/2] Update device_tracker.tplink.markdown --- source/_components/device_tracker.tplink.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.tplink.markdown b/source/_components/device_tracker.tplink.markdown index b1c1ed48de2..14a9ddac8ea 100644 --- a/source/_components/device_tracker.tplink.markdown +++ b/source/_components/device_tracker.tplink.markdown @@ -16,7 +16,7 @@ ha_release: pre 0.7 This platform allows you to detect presence by looking at connected devices to a [TP-Link](https://www.tp-link.com) device. This includes the ArcherC9 line.

-TP-Link devices typically only allow one login at a time to the admin console. This component will count torwards your one allowed login. Depending on how aggressively you configure device_trackier you may not be able to access the admin console of your TP-Link device without first stopping Home Assistant. +TP-Link devices typically only allow one login at a time to the admin console. This component will count torwards your one allowed login. Depending on how aggressively you configure device_tracker you may not be able to access the admin console of your TP-Link device without first stopping Home Assistant (and waiting a few minutes for the session to timeout) before you'll be able to login.