Fix - Forcast.solar issue on saving settings in options flow without api key (#75504)

pull/75528/head
Klaas Schoute 2022-07-20 19:27:11 +02:00 committed by Franck Nijhof
parent 787f55e513
commit e53a072e8a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions

View File

@ -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,