From fdaf151386beee36f23c6821b3edf56773da95b3 Mon Sep 17 00:00:00 2001 From: Zorks <6314048+Zorks@users.noreply.github.com> Date: Sun, 7 Jan 2018 23:35:53 -0800 Subject: [PATCH] Clarification on which username/password to use (#4366) As the standard Unifi component uses an admin user/pass, clarification that you're using the device SSH user/pass instead seems useful. They are different and will cause a failure if not changed when converted over. --- source/_components/device_tracker.unifi_direct.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/device_tracker.unifi_direct.markdown b/source/_components/device_tracker.unifi_direct.markdown index d00d2259646..8c0bda46b8e 100644 --- a/source/_components/device_tracker.unifi_direct.markdown +++ b/source/_components/device_tracker.unifi_direct.markdown @@ -32,11 +32,11 @@ host: required: true type: string username: - description: The username used to connect to your Unifi AP. + description: The SSH device username used to connect to your Unifi AP. required: true type: string password: - description: The password used to connect to your Unifi AP. + description: The SSH device password used to connect to your Unifi AP. required: true type: string {% endconfiguration %}