Fix - Forcast.solar issue on saving settings in options flow without api key (#75504)
This commit is contained in:
parent
48e82ff62f
commit
7ba3227d52
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue