Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.template.const Namespace Reference

Variables

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

Detailed Description

Constants for the Template Platform Components.

Variable Documentation

◆ CONF_ACTION

string homeassistant.components.template.const.CONF_ACTION = "action"

Definition at line 7 of file const.py.

◆ CONF_ATTRIBUTE_TEMPLATES

string homeassistant.components.template.const.CONF_ATTRIBUTE_TEMPLATES = "attribute_templates"

Definition at line 8 of file const.py.

◆ CONF_ATTRIBUTES

string homeassistant.components.template.const.CONF_ATTRIBUTES = "attributes"

Definition at line 9 of file const.py.

◆ CONF_AVAILABILITY

string homeassistant.components.template.const.CONF_AVAILABILITY = "availability"

Definition at line 10 of file const.py.

◆ CONF_AVAILABILITY_TEMPLATE

string homeassistant.components.template.const.CONF_AVAILABILITY_TEMPLATE = "availability_template"

Definition at line 11 of file const.py.

◆ CONF_CONDITION

string homeassistant.components.template.const.CONF_CONDITION = "condition"

Definition at line 12 of file const.py.

◆ CONF_MAX

string homeassistant.components.template.const.CONF_MAX = "max"

Definition at line 13 of file const.py.

◆ CONF_MIN

string homeassistant.components.template.const.CONF_MIN = "min"

Definition at line 14 of file const.py.

◆ CONF_OBJECT_ID

string homeassistant.components.template.const.CONF_OBJECT_ID = "object_id"

Definition at line 15 of file const.py.

◆ CONF_PICTURE

string homeassistant.components.template.const.CONF_PICTURE = "picture"

Definition at line 16 of file const.py.

◆ CONF_PRESS

string homeassistant.components.template.const.CONF_PRESS = "press"

Definition at line 17 of file const.py.

◆ CONF_STEP

string homeassistant.components.template.const.CONF_STEP = "step"

Definition at line 18 of file const.py.

◆ CONF_TRIGGER

string homeassistant.components.template.const.CONF_TRIGGER = "trigger"

Definition at line 19 of file const.py.

◆ CONF_TURN_OFF

string homeassistant.components.template.const.CONF_TURN_OFF = "turn_off"

Definition at line 20 of file const.py.

◆ CONF_TURN_ON

string homeassistant.components.template.const.CONF_TURN_ON = "turn_on"

Definition at line 21 of file const.py.

◆ DOMAIN

string homeassistant.components.template.const.DOMAIN = "template"

Definition at line 23 of file const.py.

◆ PLATFORM_STORAGE_KEY

string homeassistant.components.template.const.PLATFORM_STORAGE_KEY = "template_platforms"

Definition at line 25 of file const.py.

◆ PLATFORMS

list homeassistant.components.template.const.PLATFORMS
Initial value:
1 = [
2  Platform.ALARM_CONTROL_PANEL,
3  Platform.BINARY_SENSOR,
4  Platform.BUTTON,
5  Platform.COVER,
6  Platform.FAN,
7  Platform.IMAGE,
8  Platform.LIGHT,
9  Platform.LOCK,
10  Platform.NUMBER,
11  Platform.SELECT,
12  Platform.SENSOR,
13  Platform.SWITCH,
14  Platform.VACUUM,
15  Platform.WEATHER,
16 ]

Definition at line 27 of file const.py.

◆ TEMPLATE_BLUEPRINT_SCHEMA

homeassistant.components.template.const.TEMPLATE_BLUEPRINT_SCHEMA = BLUEPRINT_SCHEMA

Definition at line 44 of file const.py.