Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.template.const .TemplateConfig
 

Namespaces

 homeassistant.components.template.const
 

Variables

string homeassistant.components.template.const.CONF_ACTION = "action"
 
string homeassistant.components.template.const.CONF_ATTRIBUTE_TEMPLATES = "attribute_templates"
 
string homeassistant.components.template.const.CONF_ATTRIBUTES = "attributes"
 
string homeassistant.components.template.const.CONF_AVAILABILITY = "availability"
 
string homeassistant.components.template.const.CONF_AVAILABILITY_TEMPLATE = "availability_template"
 
string homeassistant.components.template.const.CONF_CONDITION = "condition"
 
string homeassistant.components.template.const.CONF_MAX = "max"
 
string homeassistant.components.template.const.CONF_MIN = "min"
 
string homeassistant.components.template.const.CONF_OBJECT_ID = "object_id"
 
string homeassistant.components.template.const.CONF_PICTURE = "picture"
 
string homeassistant.components.template.const.CONF_PRESS = "press"
 
string homeassistant.components.template.const.CONF_STEP = "step"
 
string homeassistant.components.template.const.CONF_TRIGGER = "trigger"
 
string homeassistant.components.template.const.CONF_TURN_OFF = "turn_off"
 
string homeassistant.components.template.const.CONF_TURN_ON = "turn_on"
 
string homeassistant.components.template.const.DOMAIN = "template"
 
string homeassistant.components.template.const.PLATFORM_STORAGE_KEY = "template_platforms"
 
list homeassistant.components.template.const.PLATFORMS
 
 homeassistant.components.template.const.TEMPLATE_BLUEPRINT_SCHEMA = BLUEPRINT_SCHEMA