From 71c18ec5271e6501667deb8d929df50954553dea Mon Sep 17 00:00:00 2001 From: krazos Date: Thu, 3 Nov 2022 18:23:42 -0400 Subject: [PATCH] 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". --- homeassistant/components/forecast_solar/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/forecast_solar/strings.json b/homeassistant/components/forecast_solar/strings.json index b10e927eb8b..041935c59ef 100644 --- a/homeassistant/components/forecast_solar/strings.json +++ b/homeassistant/components/forecast_solar/strings.json @@ -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)",