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.
This commit is contained in:
Zorks 2018-01-07 23:35:53 -08:00 committed by Fabian Affolter
parent 6d3011e015
commit fdaf151386

View File

@ -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 %}