From 116dd7ddf4257f3cd4c0ded25c8a8654d699f0ad Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Mon, 5 Oct 2020 02:15:14 +0200 Subject: [PATCH] Use reference strings in Nuheat (#41213) --- homeassistant/components/nuheat/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/nuheat/strings.json b/homeassistant/components/nuheat/strings.json index 367420178e6..aebad40e6a9 100644 --- a/homeassistant/components/nuheat/strings.json +++ b/homeassistant/components/nuheat/strings.json @@ -1,13 +1,13 @@ { "config": { "error": { - "unknown": "Unexpected error", - "cannot_connect": "Failed to connect, please try again", - "invalid_auth": "Invalid authentication", + "unknown": "[%key:common::config_flow::error::unknown%]", + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_thermostat": "The thermostat serial number is invalid." }, "abort": { - "already_configured": "The thermostat is already configured" + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "step": { "user": { @@ -21,4 +21,4 @@ } } } -} \ No newline at end of file +}