mirror of
https://github.com/home-assistant/core.git
synced 2025-12-21 19:39:06 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
"""Constants for the Opower integration."""
|
|
|
|
DOMAIN = "opower"
|
|
|
|
CONF_UTILITY = "utility"
|
|
CONF_TOTP_SECRET = "totp_secret"
|
|
CONF_LOGIN_DATA = "login_data"
|