Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.device_automation.const
 

Variables

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"
 
string homeassistant.components.device_automation.const.CONF_TURNED_ON = "turned_on"