1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/tile/const.py

10 lines
155 B
Python

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