mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 14:17:06 +00:00

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