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

Variables

string CONF_PLACE_ID = "place_id"
 
string CONF_SERVICE_ID = "service_id"
 
string DOMAIN = "recollect_waste"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Define ReCollect Waste constants.

Variable Documentation

◆ CONF_PLACE_ID

string homeassistant.components.recollect_waste.const.CONF_PLACE_ID = "place_id"

Definition at line 9 of file const.py.

◆ CONF_SERVICE_ID

string homeassistant.components.recollect_waste.const.CONF_SERVICE_ID = "service_id"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.