mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Foundation for users (#13968)
* Add initial user foundation to Home Assistant * Address comments * Address comments * Allow non-ascii passwords * One more utf-8 hmac compare digest * Add new line
This commit is contained in:
committed by
Pascal Vizeli
parent
b994c10d7f
commit
cdd45e7878
@@ -30,6 +30,7 @@ CONF_API_KEY = 'api_key'
|
||||
CONF_API_VERSION = 'api_version'
|
||||
CONF_AT = 'at'
|
||||
CONF_AUTHENTICATION = 'authentication'
|
||||
CONF_AUTH_PROVIDERS = 'auth_providers'
|
||||
CONF_BASE = 'base'
|
||||
CONF_BEFORE = 'before'
|
||||
CONF_BELOW = 'below'
|
||||
|
||||
Reference in New Issue
Block a user