From f069511c14eac818fc1ea016bd2ff2e8bfc02e35 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 15 Apr 2025 10:28:37 -1000 Subject: [PATCH] add data descriptions --- 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 1725f918237..2c9624b1b07 100644 --- a/homeassistant/components/esphome/strings.json +++ b/homeassistant/components/esphome/strings.json @@ -34,7 +34,7 @@ "password": "[%key:common::config_flow::data::password%]" }, "data_description": { - "password": "Password. Passwords are deprecated and will be removed in a future version. Please use an encryption key instead." + "password": "Passwords are deprecated and will be removed in a future version. Please update your ESPHome YAML configuration to use an encryption key instead." }, "description": "Please enter the password you set in your configuration for {name}." }, @@ -43,7 +43,7 @@ "noise_psk": "Encryption key" }, "data_description": { - "noise_psk": "Encryption key. This is used to encrypt the connection between Home Assistant and the ESPHome device. You can find this in the api: section of your ESPHome configuration if it is enabled." + "noise_psk": "The encryption key is used to encrypt the connection between Home Assistant and the ESPHome device. You can find this in the api: section of your ESPHome configuration if it is enabled." }, "description": "Please enter the encryption key for {name}. You can find it in the ESPHome Dashboard or in your device configuration." },