hass-core/homeassistant/components/ovo_energy/const.py
2020-11-21 11:21:23 +01:00

5 lines
131 B
Python

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