Update description to guide user to find ESPHome encryption key. (#84928)

This commit is contained in:
Paulus Schoutsen 2022-12-31 15:21:24 -05:00 committed by GitHub
parent d90ec3ccca
commit 6d4489e822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@
"data": {
"noise_psk": "Encryption key"
},
"description": "Please enter the encryption key you set in your configuration for {name}."
"description": "Please enter the encryption key for {name}. You can find it in the ESPHome Dashboard or in your device configuration."
},
"reauth_confirm": {
"data": {
"noise_psk": "Encryption key"
},
"description": "The ESPHome device {name} enabled transport encryption or changed the encryption key. Please enter the updated key."
"description": "The ESPHome device {name} enabled transport encryption or changed the encryption key. Please enter the updated key. You can find it in the ESPHome Dashboard or in your device configuration."
},
"discovery_confirm": {
"description": "Do you want to add the ESPHome node `{name}` to Home Assistant?",