Variables | |
| string | CONF_ACTION = "action" |
| string | CONF_ACTIONS = "actions" |
| string | CONF_BLUEPRINT = "blueprint" |
| string | CONF_CONDITION_TYPE = "condition_type" |
| string | CONF_HIDE_ENTITY = "hide_entity" |
| string | CONF_INITIAL_STATE = "initial_state" |
| string | CONF_INPUT = "input" |
| string | CONF_TRACE = "trace" |
| string | CONF_TRIGGER = "trigger" |
| string | CONF_TRIGGER_VARIABLES = "trigger_variables" |
| string | CONF_TRIGGERS = "triggers" |
| bool | DEFAULT_INITIAL_STATE = True |
| string | DOMAIN = "automation" |
| LOGGER = logging.getLogger(__package__) | |
Constants for the automation integration.
| string homeassistant.components.automation.const.CONF_ACTION = "action" |
| string homeassistant.components.automation.const.CONF_ACTIONS = "actions" |
| string homeassistant.components.automation.const.CONF_BLUEPRINT = "blueprint" |
| string homeassistant.components.automation.const.CONF_CONDITION_TYPE = "condition_type" |
| string homeassistant.components.automation.const.CONF_HIDE_ENTITY = "hide_entity" |
| string homeassistant.components.automation.const.CONF_INITIAL_STATE = "initial_state" |
| string homeassistant.components.automation.const.CONF_INPUT = "input" |
| string homeassistant.components.automation.const.CONF_TRACE = "trace" |
| string homeassistant.components.automation.const.CONF_TRIGGER = "trigger" |
| string homeassistant.components.automation.const.CONF_TRIGGER_VARIABLES = "trigger_variables" |
| string homeassistant.components.automation.const.CONF_TRIGGERS = "triggers" |
| bool homeassistant.components.automation.const.DEFAULT_INITIAL_STATE = True |
| string homeassistant.components.automation.const.DOMAIN = "automation" |