mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix - Forcast.solar issue on saving settings in options flow without api key (#75504)
This commit is contained in:
parent
787f55e513
commit
e53a072e8a
@ -99,7 +99,7 @@ class ForecastSolarOptionFlowHandler(OptionsFlow):
|
|||||||
CONF_API_KEY,
|
CONF_API_KEY,
|
||||||
description={
|
description={
|
||||||
"suggested_value": self.config_entry.options.get(
|
"suggested_value": self.config_entry.options.get(
|
||||||
CONF_API_KEY
|
CONF_API_KEY, ""
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
): str,
|
): str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user