core/homeassistant/components/keymitt_ble/strings.json

28 lines
852 B
JSON
Raw Normal View History

{
"config": {
"flow_title": "{name}",
"step": {
"init": {
"title": "Set up MicroBot device",
"data": {
"address": "Device address",
"name": "Name"
}
},
"link": {
"title": "Pairing",
"description": "Press the button on the MicroBot Push when the LED is solid pink or green to register with Home Assistant."
}
},
"error": {
"linking": "Failed to pair, please try again. Is the MicroBot in pairing mode?"
},
"abort": {
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
"no_unconfigured_devices": "No unconfigured devices found.",
"unknown": "[%key:common::config_flow::error::unknown%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}
}