mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
6d3011e015
commit
fdaf151386
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user