From f2169ba111feb08d092d4e08e160dc893cff00f6 Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Thu, 28 Oct 2021 08:27:01 -0400 Subject: [PATCH] Fix missing config string in sense (#58597) --- homeassistant/components/sense/strings.json | 3 ++- homeassistant/components/sense/translations/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sense/strings.json b/homeassistant/components/sense/strings.json index 44a45f07ce9..29e85c98fc2 100644 --- a/homeassistant/components/sense/strings.json +++ b/homeassistant/components/sense/strings.json @@ -5,7 +5,8 @@ "title": "Connect to your Sense Energy Monitor", "data": { "email": "[%key:common::config_flow::data::email%]", - "password": "[%key:common::config_flow::data::password%]" + "password": "[%key:common::config_flow::data::password%]", + "timeout": "Timeout" } } }, diff --git a/homeassistant/components/sense/translations/en.json b/homeassistant/components/sense/translations/en.json index 5582a8424a6..24cde7411a8 100644 --- a/homeassistant/components/sense/translations/en.json +++ b/homeassistant/components/sense/translations/en.json @@ -12,7 +12,8 @@ "user": { "data": { "email": "Email", - "password": "Password" + "password": "Password", + "timeout": "Timeout" }, "title": "Connect to your Sense Energy Monitor" }