From eb020dd66c894a6c3e8b2c456653eddfb0ec0da5 Mon Sep 17 00:00:00 2001 From: AtomBrake <45041222+AtomBrake@users.noreply.github.com> Date: Sun, 24 Sep 2023 07:02:48 +0100 Subject: [PATCH] Update powerwall password description (#100389) Update strings.json Updated wording of how to find password on newer model gateways --- homeassistant/components/powerwall/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/powerwall/strings.json b/homeassistant/components/powerwall/strings.json index dacf63a68dd..8be76dc8716 100644 --- a/homeassistant/components/powerwall/strings.json +++ b/homeassistant/components/powerwall/strings.json @@ -4,7 +4,7 @@ "step": { "user": { "title": "Connect to the Powerwall", - "description": "The default password is printed inside the Backup Gateway for newer models. For older models, the default password is the last five characters of the serial number for Backup Gateway and can be found in the Tesla app.", + "description": "The default password is the last 5 characters of the password printed inside the Backup Gateway for newer models. For older models, the default password is the last five characters of the serial number for Backup Gateway and can be found in the Tesla app.", "data": { "ip_address": "[%key:common::config_flow::data::ip%]", "password": "[%key:common::config_flow::data::password%]"