mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix - Forcast.solar issue on saving settings in options flow without api key (#75504)
This commit is contained in:
committed by
Franck Nijhof
parent
787f55e513
commit
e53a072e8a
@@ -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,
|
||||
|
Reference in New Issue
Block a user