mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
dd5baa6e48
commit
71c18ec527
@ -17,7 +17,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"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": {
|
"data": {
|
||||||
"api_key": "Forecast.Solar API Key (optional)",
|
"api_key": "Forecast.Solar API Key (optional)",
|
||||||
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
|
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user