Fix - Forcast.solar issue on saving settings in options flow without api key (#75504)
parent
787f55e513
commit
e53a072e8a
|
@ -99,7 +99,7 @@ class ForecastSolarOptionFlowHandler(OptionsFlow):
|
|||
CONF_API_KEY,
|
||||
description={
|
||||
"suggested_value": self.config_entry.options.get(
|
||||
CONF_API_KEY
|
||||
CONF_API_KEY, ""
|
||||
)
|
||||
},
|
||||
): str,
|
||||
|
|
Loading…
Reference in New Issue