From 3f5778e71b249b693606757c2ed910ec32fcb08e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 16 Jun 2026 14:10:47 +0200 Subject: [PATCH] Add missing flow form field translations in tractive (#174005) --- homeassistant/components/tractive/strings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeassistant/components/tractive/strings.json b/homeassistant/components/tractive/strings.json index b0ff950e7e4c..2c9ff199205d 100644 --- a/homeassistant/components/tractive/strings.json +++ b/homeassistant/components/tractive/strings.json @@ -12,6 +12,12 @@ "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { + "reauth_confirm": { + "data": { + "email": "[%key:common::config_flow::data::email%]", + "password": "[%key:common::config_flow::data::password%]" + } + }, "user": { "data": { "email": "[%key:common::config_flow::data::email%]",