Variables | |
| string | CONF_CHANGED_STATES = "changed_states" |
| string | CONF_IS_OFF = "is_off" |
| string | CONF_IS_ON = "is_on" |
| string | CONF_TOGGLE = "toggle" |
| string | CONF_TURN_OFF = "turn_off" |
| string | CONF_TURN_ON = "turn_on" |
| string | CONF_TURNED_OFF = "turned_off" |
| string | CONF_TURNED_ON = "turned_on" |
Constants for device automations.
| string homeassistant.components.device_automation.const.CONF_CHANGED_STATES = "changed_states" |
| string homeassistant.components.device_automation.const.CONF_IS_OFF = "is_off" |
| string homeassistant.components.device_automation.const.CONF_IS_ON = "is_on" |
| string homeassistant.components.device_automation.const.CONF_TOGGLE = "toggle" |
| string homeassistant.components.device_automation.const.CONF_TURN_OFF = "turn_off" |
| string homeassistant.components.device_automation.const.CONF_TURN_ON = "turn_on" |
| string homeassistant.components.device_automation.const.CONF_TURNED_OFF = "turned_off" |