From 8e9e44e93f5170c172d4caebf4f674630a53f9a7 Mon Sep 17 00:00:00 2001 From: Rob Bierbooms Date: Sat, 3 Oct 2020 20:15:53 +0200 Subject: [PATCH] Use common strings for home connect config flow (#41153) --- homeassistant/components/home_connect/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/home_connect/strings.json b/homeassistant/components/home_connect/strings.json index 2c624f8b0a3..79455783edf 100644 --- a/homeassistant/components/home_connect/strings.json +++ b/homeassistant/components/home_connect/strings.json @@ -6,11 +6,11 @@ } }, "abort": { - "missing_configuration": "The Home Connect component is not configured. Please follow the documentation.", + "missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]", "no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]" }, "create_entry": { - "default": "Successfully authenticated with Home Connect." + "default": "[%key:common::config_flow::create_entry::authenticated%]" } } }