1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/ovo_energy/const.py
2020-11-21 11:21:23 +01:00

6 lines
131 B
Python

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