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.json
pull/37531/head
starkillerOG 2020-07-05 19:46:46 +02:00 committed by GitHub
parent debb928b30
commit 992793295c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 @@
}
}
}
}
}