Ignore custom integrations
parent
d182b703d2
commit
885e32d75d
|
@ -1495,6 +1495,8 @@ class ConfigEntriesFlowManager(
|
||||||
"exists, causing the old entry to be removed and replaced when it "
|
"exists, causing the old entry to be removed and replaced when it "
|
||||||
"should most likely update the previous entry and abort the flow",
|
"should most likely update the previous entry and abort the flow",
|
||||||
core_behavior=ReportBehavior.LOG,
|
core_behavior=ReportBehavior.LOG,
|
||||||
|
core_integration_behavior=ReportBehavior.LOG,
|
||||||
|
custom_integration_behavior=ReportBehavior.IGNORE,
|
||||||
exclude_integrations={"mobile_app"},
|
exclude_integrations={"mobile_app"},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue