Files
core/homeassistant/components/homekit_controller/strings.json
Jc2k dbf129dfdd Start preparing for homekit_controller config entries (#21564)
* Start preparing for homekit_controller config entries

* Review feedback

* Review feedback

* Only use the vol.strip validator for pairing_code

* CV not required now

* Changes from review

* Changes after review
2019-03-06 19:44:52 -08:00

34 lines
1.5 KiB
JSON

{
"config": {
"title": "HomeKit Accessory",
"step": {
"user": {
"title": "Pair with HomeKit Accessory",
"description": "Select the device you want to pair with",
"data": {
"device": "Device"
}
},
"pair": {
"title": "Pair with {{ model }}",
"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."
}
}
}