mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Add reauth source constant for config entries (#40352)
This commit is contained in:
@@ -39,6 +39,9 @@ SOURCE_IGNORE = "ignore"
|
|||||||
# been removed and unloaded.
|
# been removed and unloaded.
|
||||||
SOURCE_UNIGNORE = "unignore"
|
SOURCE_UNIGNORE = "unignore"
|
||||||
|
|
||||||
|
# This is used to signal that re-authentication is required by the user.
|
||||||
|
SOURCE_REAUTH = "reauth"
|
||||||
|
|
||||||
HANDLERS = Registry()
|
HANDLERS = Registry()
|
||||||
|
|
||||||
STORAGE_KEY = "core.config_entries"
|
STORAGE_KEY = "core.config_entries"
|
||||||
|
Reference in New Issue
Block a user