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 | |
Constants for the Template Platform Components.
| 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 |