diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index a8b2752d2aaa..2aa5b1b8c62e 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -106,7 +106,7 @@ class ConfigEntryState(Enum): def recoverable(self) -> bool: """Get if the state is recoverable. - If the entry is state is recoverable, unloads + If the entry state is recoverable, unloads and reloads are allowed. """ return self._recoverable