Update strings.json to clarify the requirements for the API key (#44143)

pull/44229/head
finity69x2 2020-12-12 04:29:41 -05:00 committed by GitHub
parent 6d12e764b7
commit 8d9fd93dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"description": "If a METAR station code is not specified, the latitude and longitude will be used to find the closest station.", "description": "If a METAR station code is not specified, the latitude and longitude will be used to find the closest station. For now, an API Key can be anything. It is recommended to use a valid email address.",
"title": "Connect to the National Weather Service", "title": "Connect to the National Weather Service",
"data": { "data": {
"api_key": "[%key:common::config_flow::data::api_key%]", "api_key": "[%key:common::config_flow::data::api_key%]",