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

This commit is contained in:
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

View File

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