mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
10 lines
180 B
Python
10 lines
180 B
Python
"""Constants for the Ridwell integration."""
|
|
import logging
|
|
|
|
DOMAIN = "ridwell"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
DATA_ACCOUNT = "account"
|
|
DATA_COORDINATOR = "coordinator"
|