Add default description placeholder in workday config_flow (#127110)

This commit is contained in:
epenet
2024-09-30 15:35:01 +02:00
committed by GitHub
parent 47c953209d
commit 060268747c

View File

@@ -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)"),
},
)