Files
ckoch a5d2865eb2 Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 10:59:47 -04:00

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."
}
}
}