Skip to content
Snippets Groups Projects
Unverified Commit 7ba3227d authored by Klaas Schoute's avatar Klaas Schoute Committed by GitHub
Browse files

Fix - Forcast.solar issue on saving settings in options flow without api key (#75504)

parent 48e82ff6
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ class ForecastSolarOptionFlowHandler(OptionsFlow): ...@@ -99,7 +99,7 @@ class ForecastSolarOptionFlowHandler(OptionsFlow):
CONF_API_KEY, CONF_API_KEY,
description={ description={
"suggested_value": self.config_entry.options.get( "suggested_value": self.config_entry.options.get(
CONF_API_KEY CONF_API_KEY, ""
) )
}, },
): str, ): str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment