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

Variables

string CONF_ALERT_MESSAGE = "message"
 
string CONF_CAN_ACK = "can_acknowledge"
 
string CONF_DATA = "data"
 
string CONF_DONE_MESSAGE = "done_message"
 
string CONF_NOTIFIERS = "notifiers"
 
string CONF_SKIP_FIRST = "skip_first"
 
string CONF_TITLE = "title"
 
bool DEFAULT_CAN_ACK = True
 
bool DEFAULT_SKIP_FIRST = False
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Alert integration.

Variable Documentation

◆ CONF_ALERT_MESSAGE

string homeassistant.components.alert.const.CONF_ALERT_MESSAGE = "message"

Definition at line 13 of file const.py.

◆ CONF_CAN_ACK

string homeassistant.components.alert.const.CONF_CAN_ACK = "can_acknowledge"

Definition at line 10 of file const.py.

◆ CONF_DATA

string homeassistant.components.alert.const.CONF_DATA = "data"

Definition at line 16 of file const.py.

◆ CONF_DONE_MESSAGE

string homeassistant.components.alert.const.CONF_DONE_MESSAGE = "done_message"

Definition at line 14 of file const.py.

◆ CONF_NOTIFIERS

string homeassistant.components.alert.const.CONF_NOTIFIERS = "notifiers"

Definition at line 11 of file const.py.

◆ CONF_SKIP_FIRST

string homeassistant.components.alert.const.CONF_SKIP_FIRST = "skip_first"

Definition at line 12 of file const.py.

◆ CONF_TITLE

string homeassistant.components.alert.const.CONF_TITLE = "title"

Definition at line 15 of file const.py.

◆ DEFAULT_CAN_ACK

bool homeassistant.components.alert.const.DEFAULT_CAN_ACK = True

Definition at line 18 of file const.py.

◆ DEFAULT_SKIP_FIRST

bool homeassistant.components.alert.const.DEFAULT_SKIP_FIRST = False

Definition at line 19 of file const.py.

◆ Final

homeassistant.components.alert.const.Final

Definition at line 6 of file const.py.

◆ LOGGER

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

Definition at line 8 of file const.py.