Ignore custom integrations

pull/130567/head
epenet 2024-11-13 22:06:03 +00:00
parent d182b703d2
commit 885e32d75d
1 changed files with 2 additions and 0 deletions

View File

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