* Add support for MFA auth in opower * Make MFA an extra step --------- Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
6 lines
122 B
Python
6 lines
122 B
Python
"""Constants for the Opower integration."""
|
|
|
|
DOMAIN = "opower"
|
|
|
|
CONF_UTILITY = "utility"
|
|
CONF_TOTP_SECRET = "totp_secret"
|