67 lines
2.8 KiB
JSON
67 lines
2.8 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "Select the device you want to set up over Bluetooth.",
|
|
"data": {
|
|
"address": "Bluetooth address"
|
|
}
|
|
},
|
|
"key_slot": {
|
|
"description": "Enter the key for the {title} lock with address {address}. If you are using the August or Yale cloud integration to obtain the key, you may be able to avoid this manual setup by reloading the August or Yale cloud integration while the lock is in Bluetooth range.",
|
|
"data": {
|
|
"key": "Offline Key (32-byte hex string)",
|
|
"slot": "Offline Key Slot (Integer between 0 and 255)"
|
|
}
|
|
},
|
|
"reauth_validate": {
|
|
"description": "Enter the updated key for the {title} lock with address {address}. If you are using the August or Yale cloud integration to obtain the key, you may be able to avoid manual re-authentication by reloading the August or Yale cloud integration while the lock is in Bluetooth range.",
|
|
"data": {
|
|
"key": "[%key:component::yalexs_ble::config::step::key_slot::data::key%]",
|
|
"slot": "[%key:component::yalexs_ble::config::step::key_slot::data::slot%]"
|
|
}
|
|
},
|
|
"integration_discovery_confirm": {
|
|
"description": "Do you want to set up {name} over Bluetooth with address {address}?"
|
|
}
|
|
},
|
|
"error": {
|
|
"no_longer_in_range": "The lock is no longer in Bluetooth range. Move the lock or adapter and try again.",
|
|
"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%]",
|
|
"invalid_key_format": "The offline key must be a 32-byte hex string.",
|
|
"invalid_key_index": "The offline key slot must be an integer between 0 and 255."
|
|
},
|
|
"abort": {
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"device_options": {
|
|
"description": "If the lock does not support push updates via advertisements or you want lock operation to be more responsive, you can enable always connected mode. Always connected will cause the lock to stay connected to Home Assistant via Bluetooth, which will use more battery.",
|
|
"data": {
|
|
"always_connected": "Always connected"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"battery_voltage": {
|
|
"name": "Battery voltage"
|
|
}
|
|
},
|
|
"lock": {
|
|
"secure_mode": {
|
|
"name": "Secure mode"
|
|
}
|
|
}
|
|
}
|
|
}
|