mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Fix typos in ConfigEntryState.recoverable (#73449)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user