From 6d4489e82207916a811e936be00246c5cbc10545 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 31 Dec 2022 15:21:24 -0500 Subject: [PATCH] Update description to guide user to find ESPHome encryption key. (#84928) --- homeassistant/components/esphome/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/esphome/strings.json b/homeassistant/components/esphome/strings.json index c403de8d881..4c863a9b488 100644 --- a/homeassistant/components/esphome/strings.json +++ b/homeassistant/components/esphome/strings.json @@ -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?",