From 77864ad80f22221ca0381a324da17bc3a3e46a83 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sun, 9 Oct 2022 16:55:49 +0200 Subject: [PATCH] Remove not used string from openexchangerates (#79937) --- homeassistant/components/openexchangerates/strings.json | 6 ------ .../components/openexchangerates/translations/en.json | 6 ------ 2 files changed, 12 deletions(-) diff --git a/homeassistant/components/openexchangerates/strings.json b/homeassistant/components/openexchangerates/strings.json index 5c4a833e0d6..d8837f468a4 100644 --- a/homeassistant/components/openexchangerates/strings.json +++ b/homeassistant/components/openexchangerates/strings.json @@ -23,11 +23,5 @@ "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "timeout_connect": "[%key:common::config_flow::error::timeout_connect%]" } - }, - "issues": { - "deprecated_yaml": { - "title": "The Open Exchange Rates YAML configuration has been removed", - "description": "Configuring Open Exchange Rates using YAML has been removed.\n\nRemove the Open Exchange Rates YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." - } } } diff --git a/homeassistant/components/openexchangerates/translations/en.json b/homeassistant/components/openexchangerates/translations/en.json index f4827c4df4d..eb41ae0ca14 100644 --- a/homeassistant/components/openexchangerates/translations/en.json +++ b/homeassistant/components/openexchangerates/translations/en.json @@ -23,11 +23,5 @@ } } } - }, - "issues": { - "deprecated_yaml": { - "description": "Configuring Open Exchange Rates using YAML has been removed.\n\nRemove the Open Exchange Rates YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.", - "title": "The Open Exchange Rates YAML configuration has been removed" - } } } \ No newline at end of file