mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 02:36:00 +01:00
d173590477
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
29 lines
830 B
JSON
29 lines
830 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"reauth_failed": "Please use the same mydevolo user as before."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "Email / devolo ID",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"mydevolo_url": "mydevolo URL"
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"data": {
|
|
"username": "Email / devolo ID",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"mydevolo_url": "mydevolo URL"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|