Update strings.json to clarify the requirements for the API key (#44143)
parent
6d12e764b7
commit
8d9fd93dc7
|
@ -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%]",
|
||||||
|
|
Loading…
Reference in New Issue