From b8ed9fb4c0ec6d54a341fb336a9d28456d72b686 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Sun, 4 Oct 2020 15:38:52 +0200 Subject: [PATCH] Use reference strings in Nexia (#41210) --- homeassistant/components/nexia/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/nexia/strings.json b/homeassistant/components/nexia/strings.json index dcfb40b898a..876ea2d656f 100644 --- a/homeassistant/components/nexia/strings.json +++ b/homeassistant/components/nexia/strings.json @@ -10,12 +10,12 @@ } }, "error": { - "cannot_connect": "Failed to connect, please try again", - "invalid_auth": "Invalid authentication", - "unknown": "Unexpected error" + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", + "unknown": "[%key:common::config_flow::error::unknown%]" }, "abort": { - "already_configured": "This nexia home is already configured" + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } -} \ No newline at end of file +}