Fix bug removing API key on Forecast Solar (#55119)
parent
d3f17de072
commit
96056f3fce
|
@ -96,7 +96,11 @@ class ForecastSolarOptionFlowHandler(OptionsFlow):
|
|||
{
|
||||
vol.Optional(
|
||||
CONF_API_KEY,
|
||||
default=self.config_entry.options.get(CONF_API_KEY, ""),
|
||||
description={
|
||||
"suggested_value": self.config_entry.options.get(
|
||||
CONF_API_KEY
|
||||
)
|
||||
},
|
||||
): str,
|
||||
vol.Required(
|
||||
CONF_DECLINATION,
|
||||
|
|
Loading…
Reference in New Issue