Fix importing Workday different name, same config
This commit is contained in:
parent
a3ffa0aed7
commit
b9a573392b
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ class WorkdayConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
"""Import a configuration from config.yaml."""
|
||||
|
||||
abort_match = {
|
||||
CONF_NAME: config[CONF_NAME],
|
||||
CONF_COUNTRY: config[CONF_COUNTRY],
|
||||
CONF_EXCLUDES: config[CONF_EXCLUDES],
|
||||
CONF_OFFSET: config[CONF_OFFSET],
|
||||
|
|
Loading…
Add table
Reference in a new issue