Only create cloud user if cloud in use (#29150)
* Only create cloud user if cloud in use * Pass context to alexa * Update requirements * Fix handing & design pattern for 0.30 * fix tests * Fix lint & tests * rename internal user
This commit is contained in:
parent
5d5d053bce
commit
b847d55077
15 changed files with 221 additions and 145 deletions
|
@ -17,6 +17,7 @@ PREF_DISABLE_2FA = "disable_2fa"
|
|||
PREF_ALIASES = "aliases"
|
||||
PREF_SHOULD_EXPOSE = "should_expose"
|
||||
PREF_GOOGLE_LOCAL_WEBHOOK_ID = "google_local_webhook_id"
|
||||
PREF_USERNAME = "username"
|
||||
DEFAULT_SHOULD_EXPOSE = True
|
||||
DEFAULT_DISABLE_2FA = False
|
||||
DEFAULT_ALEXA_REPORT_STATE = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue