mirror of https://github.com/home-assistant/core
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"email": "The email address of your LetPot account.",
|
|
"password": "The password of your LetPot account."
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The LetPot integration needs to re-authenticate your account {email}.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::letpot::config::step::user::data_description::password%]"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"time": {
|
|
"light_schedule_end": {
|
|
"name": "Light off"
|
|
},
|
|
"light_schedule_start": {
|
|
"name": "Light on"
|
|
}
|
|
}
|
|
}
|
|
}
|