mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 03:07:06 +00:00
6 lines
131 B
Python
6 lines
131 B
Python
"""Constants for the OVO Energy integration."""
|
|
DOMAIN = "ovo_energy"
|
|
|
|
DATA_CLIENT = "ovo_client"
|
|
DATA_COORDINATOR = "coordinator"
|