core/homeassistant/components/ridwell/const.py

9 lines
162 B
Python
Raw Normal View History

2021-10-30 14:27:48 +00:00
"""Constants for the Ridwell integration."""
import logging
DOMAIN = "ridwell"
LOGGER = logging.getLogger(__package__)
SENSOR_TYPE_NEXT_PICKUP = "next_pickup"