From 2f54bf29ba32f7448f9286cf66253f19ded7af7d Mon Sep 17 00:00:00 2001 From: TopdRob Date: Mon, 5 Oct 2020 15:30:39 +0200 Subject: [PATCH] Use reference strings in HomematicIP Cloud #40578 (#41243) Co-authored-by: scheric <38077357+scheric@users.noreply.github.com> --- homeassistant/components/homematicip_cloud/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/homematicip_cloud/strings.json b/homeassistant/components/homematicip_cloud/strings.json index fddb2b85df6..b8dbd108b07 100644 --- a/homeassistant/components/homematicip_cloud/strings.json +++ b/homeassistant/components/homematicip_cloud/strings.json @@ -6,7 +6,7 @@ "data": { "hapid": "Access point ID (SGTIN)", "pin": "Pin Code (optional)", - "name": "Name (optional, used as name prefix for all devices)" + "name": "[%key:common::config_flow::data::name%] (optional, used as name prefix for all devices)" } }, "link": { @@ -21,9 +21,9 @@ "timeout_button": "Blue button press timeout, please try again." }, "abort": { - "unknown": "Unknown error occurred.", - "connection_aborted": "Could not connect to HMIP server", - "already_configured": "Access point is already configured" + "unknown": "[%key:common::config_flow::error::unknown%]", + "connection_aborted": "[%key:common::config_flow::error::cannot_connect%]", + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } }