From 495bd1d5c8d357f1e1547e94875b9545abeaf2f4 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 17 Dec 2024 20:25:32 +0000 Subject: [PATCH] Update docstring --- homeassistant/config_entries.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index 868175d34e4..d3358eccc3b 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -3223,6 +3223,9 @@ class ConfigFlow(ConfigEntryBaseFlow): ) -> ConfigFlowResult: """Update config entry, reload config entry and finish config flow. + Reloading is only done if the entry was changed and there is no update listener, + unless `reload_even_if_entry_is_unchanged` is set to `True`. + :param data: replace the entry data with new data :param data_updates: add items from data_updates to entry data - existing keys are overridden