diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index 5e92817e1c1..41fa18af344 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -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"}, )