9 lines
180 B
Python
9 lines
180 B
Python
"""Constants for the Ridwell integration."""
|
|
import logging
|
|
|
|
DOMAIN = "ridwell"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
DATA_ACCOUNT = "account"
|
|
DATA_COORDINATOR = "coordinator"
|