mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Update docstring
This commit is contained in:
parent
3b5b71e458
commit
495bd1d5c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user