49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "Denon AVR Network Receiver: {name}",
|
|
"step": {
|
|
"user": {
|
|
"title": "Denon AVR Network Receivers",
|
|
"description": "Connect to your receiver, if the IP address is not set, auto-discovery is used",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]"
|
|
}
|
|
},
|
|
"confirm": {
|
|
"title": "Denon AVR Network Receivers",
|
|
"description": "Please confirm adding the receiver"
|
|
},
|
|
"select": {
|
|
"title": "Select the receiver that you wish to connect",
|
|
"description": "Run the setup again if you want to connect additional receivers",
|
|
"data": {
|
|
"select_host": "Receiver IP address"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"discovery_error": "Failed to discover a Denon AVR Network Receiver"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "Failed to connect, please try again, disconnecting mains power and ethernet cables and reconnecting them may help",
|
|
"not_denonavr_manufacturer": "Not a Denon AVR Network Receiver, discovered manafucturer did not match",
|
|
"not_denonavr_missing": "Not a Denon AVR Network Receiver, discovery information not complete"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Denon AVR Network Receivers",
|
|
"description": "Specify optional settings",
|
|
"data": {
|
|
"show_all_sources": "Show all sources",
|
|
"zone2": "Set up Zone 2",
|
|
"zone3": "Set up Zone 3"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|