mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 23:47:08 +00:00
10 lines
163 B
Python
10 lines
163 B
Python
"""Constants for the Ridwell integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "ridwell"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
SENSOR_TYPE_NEXT_PICKUP = "next_pickup"
|