1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-28 03:06:30 +01:00
Files
core/homeassistant/components/ridwell/const.py
T

9 lines
162 B
Python

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