Allow config entry setup to raise not ready (#17135)
This commit is contained in:
parent
c9976718d4
commit
0cfbb9ce91
3 changed files with 100 additions and 14 deletions
|
@ -35,6 +35,12 @@ class PlatformNotReady(HomeAssistantError):
|
|||
pass
|
||||
|
||||
|
||||
class ConfigEntryNotReady(HomeAssistantError):
|
||||
"""Error to indicate that config entry is not ready."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class InvalidStateError(HomeAssistantError):
|
||||
"""When an invalid state is encountered."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue