2021-07-24 17:55:43 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2021-12-01 04:26:35 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2021-07-24 17:55:43 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2022-01-18 03:29:55 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2021-07-24 17:55:43 +00:00
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2021-07-28 17:09:48 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
|
|
"area_id": "Area ID"
|
2021-07-24 17:55:43 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2021-07-28 17:09:48 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2023-07-13 15:52:50 +00:00
|
|
|
"area_id": "[%key:component::yale_smart_alarm::config::step::user::data::area_id%]"
|
2022-01-07 15:32:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"code": "Default code for locks, used if none is given",
|
|
|
|
"lock_code_digits": "Number of digits in PIN code for locks"
|
2021-07-24 17:55:43 +00:00
|
|
|
}
|
|
|
|
}
|
2022-01-07 15:32:49 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"code_format_mismatch": "The code does not match the required number of digits"
|
2021-07-24 17:55:43 +00:00
|
|
|
}
|
2023-05-31 01:22:11 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"binary_sensor": {
|
|
|
|
"power_loss": {
|
|
|
|
"name": "Power loss"
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
"name": "Battery"
|
|
|
|
},
|
|
|
|
"tamper": {
|
|
|
|
"name": "Tamper"
|
|
|
|
},
|
|
|
|
"jam": {
|
|
|
|
"name": "Jam"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"button": {
|
|
|
|
"panic": {
|
|
|
|
"name": "Panic button"
|
|
|
|
}
|
|
|
|
}
|
2021-07-24 17:55:43 +00:00
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|