Skip to content

Commit

Permalink
Fix - Forcast.solar issue on saving settings in options flow without …
Browse files Browse the repository at this point in the history
…api key (#75504)
  • Loading branch information
klaasnicolaas authored and frenck committed Jul 20, 2022
1 parent 787f55e commit e53a072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/forecast_solar/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def async_step_init(
CONF_API_KEY,
description={
"suggested_value": self.config_entry.options.get(
CONF_API_KEY
CONF_API_KEY, ""
)
},
): str,
Expand Down

0 comments on commit e53a072

Please sign in to comment.