From 80b0a2a604368c3362caf9490e9edc194dd6acde Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 10 Dec 2018 11:41:40 -0700 Subject: [PATCH] Add password caveat for 17track.net (#7794) --- source/_components/sensor.seventeentrack.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/sensor.seventeentrack.markdown b/source/_components/sensor.seventeentrack.markdown index dc08f3fbb06..ad539729fad 100644 --- a/source/_components/sensor.seventeentrack.markdown +++ b/source/_components/sensor.seventeentrack.markdown @@ -18,6 +18,14 @@ The 17track.net sensor platform allows users to get package data tied to their number of packages in a current state (e.g., "In Transit"), as well as individual sensors for each package within the account. +

+Although the 17track.net website states that account passwords cannot be longer +than 16 characters, users can technically set long-than-16-character passwords. +These passwords **will not** work with the API utilized by `py17track`. +Therefore, please ensure that your 17track password does not exceed 16 +characters. +

+ ## {% linkable_title Configuration %} To enable the platform, add the following lines to your `configuration.yaml`