forked from home-assistant/core
Use a generic string as default description placeholder in workday config_flow (#127112)
This commit is contained in:
@@ -305,7 +305,7 @@ class WorkdayConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
errors=errors,
|
errors=errors,
|
||||||
description_placeholders={
|
description_placeholders={
|
||||||
"name": self.data[CONF_NAME],
|
"name": self.data[CONF_NAME],
|
||||||
"country": self.data.get(CONF_COUNTRY, "(not set)"),
|
"country": self.data.get(CONF_COUNTRY, "-"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user