core/homeassistant/components/schlage/strings.json

44 lines
1.2 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The Schlage integration needs to re-authenticate your account",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"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_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"wrong_account": "The user credentials provided do not match this Schlage account."
}
},
"entity": {
"binary_sensor": {
"keypad_disabled": {
"name": "Keypad disabled"
}
},
"switch": {
"beeper": {
"name": "Keypress Beep"
},
"lock_and_leave": {
"name": "1-Touch Locking"
}
}
}
}