mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::compit::config::step::user::data_description::password%]"
|
|
},
|
|
"description": "Please update your password for {email}"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"email": "The email address of your inext.compit.pl account",
|
|
"password": "The password of your inext.compit.pl account"
|
|
},
|
|
"description": "Please enter your {compit_url} credentials.",
|
|
"title": "Connect to Compit iNext"
|
|
}
|
|
}
|
|
}
|
|
}
|