core/homeassistant/components/opower/const.py

7 lines
122 B
Python

"""Constants for the Opower integration."""
DOMAIN = "opower"
CONF_UTILITY = "utility"
CONF_TOTP_SECRET = "totp_secret"