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__) | |
Constants for the Alert integration.
| 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 |