1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-31 03:07:06 +00:00
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"