Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.alert.const
 

Variables

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