mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 18:25:47 -05:00
Provide a hint on which username to use for enphase_envoy (#61084)
This commit is contained in:
committed by
Paulus Schoutsen
parent
e09245eb14
commit
878700e26f
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user