Ignore custom integrations

This commit is contained in:
epenet 2024-11-13 22:06:03 +00:00
parent 7c8b95dae6
commit f2f829e1c7

View file

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