core/homeassistant/components/ridwell/const.py

10 lines
163 B
Python

"""Constants for the Ridwell integration."""
import logging
DOMAIN = "ridwell"
LOGGER = logging.getLogger(__package__)
SENSOR_TYPE_NEXT_PICKUP = "next_pickup"