35 lines
771 B
JSON
35 lines
771 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"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%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"keypad_disabled": {
|
|
"name": "Keypad disabled"
|
|
}
|
|
},
|
|
"switch": {
|
|
"beeper": {
|
|
"name": "Keypress Beep"
|
|
},
|
|
"lock_and_leave": {
|
|
"name": "1-Touch Locking"
|
|
}
|
|
}
|
|
}
|
|
}
|