"""Define Tile constants."""
import logging
DOMAIN = "tile"
DATA_COORDINATOR = "coordinator"
LOGGER = logging.getLogger(__package__)