Add reauth source constant for config entries (#40352)

This commit is contained in:
Chris Talkington 2020-09-20 21:15:48 -05:00 committed by GitHub
parent 8d3e4b6b3f
commit 37e51aa166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ SOURCE_IGNORE = "ignore"
# been removed and unloaded.
SOURCE_UNIGNORE = "unignore"
# This is used to signal that re-authentication is required by the user.
SOURCE_REAUTH = "reauth"
HANDLERS = Registry()
STORAGE_KEY = "core.config_entries"