Fix errant reference to "Solar.Forecast" in "Forecast.Solar" config options (#81252)

Fix errant reference to Solar.Forecast

Config options string referred to "Solar.Forecast".  That reference has been corrected to "Forecast.Solar".
This commit is contained in:
krazos 2022-11-03 18:23:42 -04:00 committed by GitHub
parent dd5baa6e48
commit 71c18ec527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"options": {
"step": {
"init": {
"description": "These values allow tweaking the Solar.Forecast result. Please refer to the documentation if a field is unclear.",
"description": "These values allow tweaking the Forecast.Solar result. Please refer to the documentation if a field is unclear.",
"data": {
"api_key": "Forecast.Solar API Key (optional)",
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",