From 3e2b95949f99408257abe4843a257bb6ea32397c Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Tue, 6 Oct 2020 10:26:49 +0200 Subject: [PATCH] Use reference strings in Metoffice (#41295) --- homeassistant/components/metoffice/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/metoffice/strings.json b/homeassistant/components/metoffice/strings.json index 77c3f5d65eb..5a1c59bcfb7 100644 --- a/homeassistant/components/metoffice/strings.json +++ b/homeassistant/components/metoffice/strings.json @@ -5,7 +5,7 @@ "description": "The latitude and longitude will be used to find the closest weather station.", "title": "Connect to the UK Met Office", "data": { - "api_key": "Met Office DataPoint API key", + "api_key": "[%key:common::config_flow::data::api_key%]", "latitude": "[%key:common::config_flow::data::latitude%]", "longitude": "[%key:common::config_flow::data::longitude%]" } @@ -16,7 +16,7 @@ "unknown": "[%key:common::config_flow::error::unknown%]" }, "abort": { - "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } } }