Add denonavr solution tip for connection_error (#37405)
* denonavr: add solution tip for connection_error see https://github.com/home-assistant/core/issues/37351#issuecomment-653356452 * Update en.json * Update strings.jsonpull/37531/head
parent
debb928b30
commit
992793295c
|
@ -27,7 +27,7 @@
|
|||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"already_in_progress": "Config flow for this Denon AVR is already in progress",
|
||||
"connection_error": "Failed to connect, please try again",
|
||||
"connection_error": "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"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"abort": {
|
||||
"already_configured": "Device is already configured",
|
||||
"already_in_progress": "Config flow for this Denon AVR is already in progress",
|
||||
"connection_error": "Failed to connect, please try again",
|
||||
"connection_error": "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"
|
||||
},
|
||||
|
@ -45,4 +45,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue