core/homeassistant/components/homekit_controller/strings.json

35 lines
1.5 KiB
JSON

{
"config": {
"title": "HomeKit Accessory",
"flow_title": "HomeKit Accessory: {name}",
"step": {
"user": {
"title": "Pair with HomeKit Accessory",
"description": "Select the device you want to pair with",
"data": {
"device": "Device"
}
},
"pair": {
"title": "Pair with HomeKit Accessory",
"description": "Enter your HomeKit pairing code to use this accessory",
"data": {
"pairing_code": "Pairing Code"
}
}
},
"error": {
"unable_to_pair": "Unable to pair, please try again.",
"unknown_error": "Device reported an unknown error. Pairing failed.",
"authentication_error": "Incorrect HomeKit code. Please check it and try again."
},
"abort": {
"no_devices": "No unpaired devices could be found",
"already_paired": "This accessory is already paired to another device. Please reset the accessory and try again.",
"ignored_model": "HomeKit support for this model is blocked as a more feature complete native integration is available.",
"already_configured": "Accessory is already configured with this controller.",
"invalid_config_entry": "This device is showing as ready to pair but there is already a conflicting config entry for it in Home Assistant that must first be removed."
}
}
}