a5d2865eb2
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
28 lines
688 B
JSON
28 lines
688 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"select": {
|
|
"title": "Select Denon AVR",
|
|
"description": "Select a discovered Denon device, or enter a MAC address manually.",
|
|
"data": {
|
|
"device": "Device"
|
|
}
|
|
},
|
|
"manual": {
|
|
"title": "Manual Configuration",
|
|
"description": "Enter the Bluetooth MAC address of your Denon AVR receiver.",
|
|
"data": {
|
|
"mac": "MAC Address",
|
|
"name": "Device Name"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_mac": "Invalid MAC address. Use the format XX:XX:XX:XX:XX:XX."
|
|
},
|
|
"abort": {
|
|
"already_configured": "This device is already configured."
|
|
}
|
|
}
|
|
}
|