mirror of
https://github.com/home-assistant/core.git
synced 2025-05-23 15:27:09 +00:00
9 lines
162 B
Python
9 lines
162 B
Python
"""Constants for the Ridwell integration."""
|
|
import logging
|
|
|
|
DOMAIN = "ridwell"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
SENSOR_TYPE_NEXT_PICKUP = "next_pickup"
|