Ignore custom integrations
This commit is contained in:
parent
7c8b95dae6
commit
f2f829e1c7
1 changed files with 2 additions and 0 deletions
|
@ -1492,6 +1492,8 @@ class ConfigEntriesFlowManager(
|
|||
"exists, causing the old entry to be removed and replaced when it "
|
||||
"should most likely update the previous entry and abort the flow",
|
||||
core_behavior=ReportBehavior.LOG,
|
||||
core_integration_behavior=ReportBehavior.LOG,
|
||||
custom_integration_behavior=ReportBehavior.IGNORE,
|
||||
exclude_integrations={"mobile_app"},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue