mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add default description placeholder in workday config_flow (#127110)
This commit is contained in:
parent
47c953209d
commit
060268747c
@ -305,7 +305,7 @@ class WorkdayConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
errors=errors,
|
||||
description_placeholders={
|
||||
"name": self.data[CONF_NAME],
|
||||
"country": self.data.get(CONF_COUNTRY),
|
||||
"country": self.data.get(CONF_COUNTRY, "(not set)"),
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user