Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ridwell.const Namespace Reference

Variables

string DOMAIN = "ridwell"
 
 LOGGER = logging.getLogger(__package__)
 
string SENSOR_TYPE_NEXT_PICKUP = "next_pickup"
 

Detailed Description

Constants for the Ridwell integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.ridwell.const.DOMAIN = "ridwell"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.ridwell.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.

◆ SENSOR_TYPE_NEXT_PICKUP

string homeassistant.components.ridwell.const.SENSOR_TYPE_NEXT_PICKUP = "next_pickup"

Definition at line 9 of file const.py.