mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57: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(
|
vol.Optional(
|
||||||
CONF_API_KEY,
|
CONF_API_KEY,
|
||||||
default=self.config_entry.options.get(CONF_API_KEY, ""),
|
description={
|
||||||
|
"suggested_value": self.config_entry.options.get(
|
||||||
|
CONF_API_KEY
|
||||||
|
)
|
||||||
|
},
|
||||||
): str,
|
): str,
|
||||||
vol.Required(
|
vol.Required(
|
||||||
CONF_DECLINATION,
|
CONF_DECLINATION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user