From 949ab621c05fd40402b83b39765635c06455e08a Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Tue, 6 Oct 2020 10:15:11 +0200 Subject: [PATCH] Use reference strings in ambient_station (#41276) --- homeassistant/components/ambient_station/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/ambient_station/strings.json b/homeassistant/components/ambient_station/strings.json index 54b3dd05511..a9bce82e10b 100644 --- a/homeassistant/components/ambient_station/strings.json +++ b/homeassistant/components/ambient_station/strings.json @@ -10,11 +10,11 @@ } }, "error": { - "invalid_key": "Invalid API Key and/or Application Key", + "invalid_key": "[%key:common::config_flow::error::invalid_api_key%]", "no_devices": "No devices found in account" }, "abort": { - "already_configured": "This app key is already in use." + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } } -} \ No newline at end of file +}