Remove not used string from openexchangerates (#79937)

This commit is contained in:
G Johansson 2022-10-09 16:55:49 +02:00 committed by GitHub
parent e5dafbc166
commit 77864ad80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -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."
}
}
}

View File

@ -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"
}
}
}