core/homeassistant/components/ovo_energy/const.py

8 lines
163 B
Python
Raw Normal View History

"""Constants for the OVO Energy integration."""
DOMAIN = "ovo_energy"
DATA_CLIENT = "ovo_client"
DATA_COORDINATOR = "coordinator"
CONF_ACCOUNT_ID = "account_id"