Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Ridwell integration."""
2
3
import
logging
4
5
DOMAIN =
"ridwell"
6
7
LOGGER = logging.getLogger(__package__)
8
9
SENSOR_TYPE_NEXT_PICKUP =
"next_pickup"
core
homeassistant
components
ridwell
const.py
Generated by
1.9.1