Revert bond reload on setup_retry discovery (#72744)
This commit is contained in:
parent
5fdc694325
commit
b3682a5c81
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
changed = new_data != dict(entry.data)
|
||||
if changed:
|
||||
hass.config_entries.async_update_entry(entry, data=new_data)
|
||||
if changed or entry.state is ConfigEntryState.SETUP_RETRY:
|
||||
entry_id = entry.entry_id
|
||||
hass.async_create_task(hass.config_entries.async_reload(entry_id))
|
||||
raise AbortFlow("already_configured")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue