mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
8 lines
157 B
Python
8 lines
157 B
Python
"""Constants for the OVO Energy integration."""
|
|
|
|
DOMAIN = "ovo_energy"
|
|
|
|
DATA_CLIENT = "ovo_client"
|
|
DATA_COORDINATOR = "coordinator"
|
|
CONF_ACCOUNT = "account"
|