Update docstring

This commit is contained in:
G Johansson 2024-12-17 20:25:32 +00:00
parent 3b5b71e458
commit 495bd1d5c8

View File

@ -3223,6 +3223,9 @@ class ConfigFlow(ConfigEntryBaseFlow):
) -> ConfigFlowResult: ) -> ConfigFlowResult:
"""Update config entry, reload config entry and finish config flow. """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: replace the entry data with new data
:param data_updates: add items from data_updates to entry data - existing keys :param data_updates: add items from data_updates to entry data - existing keys
are overridden are overridden