mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix bug removing API key on Forecast Solar (#55119)
This commit is contained in:
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…
x
Reference in New Issue
Block a user