* Add BThome BLE * Update BThome to latest version * 0.3.4 * Rename to bthome 2 * Fix uuids not being found * Make energy a total increasing state class * Change unit of measurement of VOC * Use short identifier * Fix the reauth flow * Bump bthome_ble * Parameterize sensor tests * Remove Move function to parameter Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "[%key:component::bluetooth::config::flow_title%]",
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:component::bluetooth::config::step::user::description%]",
|
|
"data": {
|
|
"address": "[%key:component::bluetooth::config::step::user::data::address%]"
|
|
}
|
|
},
|
|
"bluetooth_confirm": {
|
|
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
|
|
},
|
|
"get_encryption_key": {
|
|
"description": "The sensor data broadcast by the sensor is encrypted. In order to decrypt it we need a 32 character hexadecimal bindkey.",
|
|
"data": {
|
|
"bindkey": "Bindkey"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"decryption_failed": "The provided bindkey did not work, sensor data could not be decrypted. Please check it and try again.",
|
|
"expected_32_characters": "Expected a 32 character hexadecimal bindkey."
|
|
},
|
|
"abort": {
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|