mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix openexchangerates form data description (#103974)
This commit is contained in:
parent
b35afab5ef
commit
7f08f139d6
@ -66,7 +66,11 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
self._reauth_entry.data if self._reauth_entry else {}
|
||||
)
|
||||
return self.async_show_form(
|
||||
step_id="user", data_schema=get_data_schema(currencies, existing_data)
|
||||
step_id="user",
|
||||
data_schema=get_data_schema(currencies, existing_data),
|
||||
description_placeholders={
|
||||
"signup": "https://openexchangerates.org/signup"
|
||||
},
|
||||
)
|
||||
|
||||
errors = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user