{ "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%]" } } }