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

This commit is contained in:
J. Nick Koston
2021-12-06 15:53:53 -08:00
committed by Paulus Schoutsen
parent e09245eb14
commit 878700e26f
2 changed files with 3 additions and 1 deletions
@@ -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%]",
@@ -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."
}
}
}