30 lines
974 B
JSON
30 lines
974 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%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"area_id": "Area ID"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"area_id": "[%key:component::yale_smart_alarm::config::step::user::data::area_id%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|