1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/homeassistant/components/recollect_waste/const.py

12 lines
217 B
Python

"""Define ReCollect Waste constants."""
import logging
DOMAIN = "recollect_waste"
LOGGER = logging.getLogger(__package__)
CONF_PLACE_ID = "place_id"
CONF_SERVICE_ID = "service_id"
DATA_COORDINATOR = "coordinator"