Home Assistant Unofficial Reference 2024.12.1
schema_template.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mqtt.light.schema_template.MqttLightTemplate
 

Namespaces

 homeassistant.components.mqtt.light.schema_template
 

Variables

 homeassistant.components.mqtt.light.schema_template._LOGGER = logging.getLogger(__name__)
 
tuple homeassistant.components.mqtt.light.schema_template.COMMAND_TEMPLATES = (CONF_COMMAND_ON_TEMPLATE, CONF_COMMAND_OFF_TEMPLATE)
 
string homeassistant.components.mqtt.light.schema_template.CONF_BLUE_TEMPLATE = "blue_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_BRIGHTNESS_TEMPLATE = "brightness_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_COLOR_TEMP_TEMPLATE = "color_temp_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_COMMAND_OFF_TEMPLATE = "command_off_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_COMMAND_ON_TEMPLATE = "command_on_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_EFFECT_LIST = "effect_list"
 
string homeassistant.components.mqtt.light.schema_template.CONF_EFFECT_TEMPLATE = "effect_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_GREEN_TEMPLATE = "green_template"
 
string homeassistant.components.mqtt.light.schema_template.CONF_MAX_MIREDS = "max_mireds"
 
string homeassistant.components.mqtt.light.schema_template.CONF_MIN_MIREDS = "min_mireds"
 
string homeassistant.components.mqtt.light.schema_template.CONF_RED_TEMPLATE = "red_template"
 
string homeassistant.components.mqtt.light.schema_template.DEFAULT_NAME = "MQTT Template Light"
 
 homeassistant.components.mqtt.light.schema_template.DISCOVERY_SCHEMA_TEMPLATE
 
string homeassistant.components.mqtt.light.schema_template.DOMAIN = "mqtt_template"
 
tuple homeassistant.components.mqtt.light.schema_template.PLATFORM_SCHEMA_MODERN_TEMPLATE
 
tuple homeassistant.components.mqtt.light.schema_template.VALUE_TEMPLATES