mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 00:05:33 +01: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"
|