From 979346f1cec8c339dca896e9bd659f9da34b591d Mon Sep 17 00:00:00 2001 From: zetvio <1617252+zetvio@users.noreply.github.com> Date: Mon, 5 Oct 2020 05:48:44 -0400 Subject: [PATCH] Use references in blebox config flow (#41244) --- homeassistant/components/blebox/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/blebox/strings.json b/homeassistant/components/blebox/strings.json index f929d62d8d9..9a3c261a34a 100644 --- a/homeassistant/components/blebox/strings.json +++ b/homeassistant/components/blebox/strings.json @@ -1,13 +1,13 @@ { "config": { "abort": { - "already_configured": "This BleBox device is already configured.", + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "address_already_configured": "A BleBox device is already configured at {address}." }, "error": { - "cannot_connect": "Unable to connect to the BleBox device. (Check the logs for errors.)", + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unsupported_version": "BleBox device has outdated firmware. Please upgrade it first.", - "unknown": "Unknown error while connecting to the BleBox device. (Check the logs for errors.)" + "unknown": "[%key:common::config_flow::error::unknown%]" }, "flow_title": "BleBox device: {name} ({host})", "step": {