mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
6 lines
97 B
Python
6 lines
97 B
Python
"""Constants for the OVO Energy integration."""
|
|
|
|
DOMAIN = "ovo_energy"
|
|
|
|
CONF_ACCOUNT = "account"
|