From 0a07d361fb7237b2ec66a53a7119797783c3e9b2 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sun, 22 Jun 2025 11:37:12 +0000 Subject: [PATCH] Docstring --- homeassistant/config_entries.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index f4455d6e4ad..0b68009de0f 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -3613,10 +3613,11 @@ class OptionsFlowWithConfigEntry(OptionsFlow): class OptionsFlowWithReload(OptionsFlow): - """Extended class for config options flows. + """Automatic reloading class for config options flows. Triggers an automatic reload of the config entry when the options are changed. - Integrations does not need to use a config entry update listener when using this class. + Integrations can not use this automatic reloading Options flow class + together with config entry update listeners. """ automatic_reload: bool = True