From ce8fd16456e572369b190cb91cceba6ac135cdf0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 20:11:20 +0100 Subject: [PATCH] Add translation for add entry to Twitch (#161332) --- homeassistant/components/twitch/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/twitch/strings.json b/homeassistant/components/twitch/strings.json index 4a3566325a50..8c18fad01ce9 100644 --- a/homeassistant/components/twitch/strings.json +++ b/homeassistant/components/twitch/strings.json @@ -10,6 +10,9 @@ "unknown": "[%key:common::config_flow::error::unknown%]", "wrong_account": "Wrong account: Please authenticate with {username}." }, + "initiate_flow": { + "user": "[%key:common::config_flow::initiate_flow::account%]" + }, "step": { "reauth_confirm": { "description": "The Twitch integration needs to re-authenticate your account",