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

Variables

string CONF_HOUSE_LETTER = "house_letter"
 
string CONF_HOUSE_NUMBER = "house_number"
 
string CONF_POST_CODE = "post_code"
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_INTERVAL = timedelta(hours=1)
 
dictionary WASTE_TYPE_TO_DESCRIPTION
 

Detailed Description

Constants for the Twente Milieu integration.

Variable Documentation

◆ CONF_HOUSE_LETTER

string homeassistant.components.twentemilieu.const.CONF_HOUSE_LETTER = "house_letter"

Definition at line 16 of file const.py.

◆ CONF_HOUSE_NUMBER

string homeassistant.components.twentemilieu.const.CONF_HOUSE_NUMBER = "house_number"

Definition at line 15 of file const.py.

◆ CONF_POST_CODE

string homeassistant.components.twentemilieu.const.CONF_POST_CODE = "post_code"

Definition at line 14 of file const.py.

◆ Final

homeassistant.components.twentemilieu.const.Final

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 11 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.twentemilieu.const.SCAN_INTERVAL = timedelta(hours=1)

Definition at line 12 of file const.py.

◆ WASTE_TYPE_TO_DESCRIPTION

dictionary homeassistant.components.twentemilieu.const.WASTE_TYPE_TO_DESCRIPTION
Initial value:
1 = {
2  WasteType.NON_RECYCLABLE: "Non-recyclable waste pickup",
3  WasteType.ORGANIC: "Organic waste pickup",
4  WasteType.PACKAGES: "Packages waste pickup",
5  WasteType.PAPER: "Paper waste pickup",
6  WasteType.TREE: "Christmas tree pickup",
7 }

Definition at line 18 of file const.py.