Provide a hint on which username to use for enphase_envoy (#61084)

This commit is contained in:
J. Nick Koston 2021-12-05 21:50:45 -10:00 committed by GitHub
parent 40a57b3b01
commit 742623ee81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"flow_title": "{serial} ({host})",
"step": {
"user": {
"description": "For newer models, enter username `envoy` without a password. For older models, enter username `installer` without a password. For all other models, enter a valid username and password.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",

View File

@ -16,7 +16,8 @@
"host": "Host",
"password": "Password",
"username": "Username"
}
},
"description": "For newer models, enter username `envoy` without a password. For older models, enter username `installer` without a password. For all other models, enter a valid username and password."
}
}
}