Classes | |
| class | MqttLightTemplate |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | COMMAND_TEMPLATES = (CONF_COMMAND_ON_TEMPLATE, CONF_COMMAND_OFF_TEMPLATE) |
| string | CONF_BLUE_TEMPLATE = "blue_template" |
| string | CONF_BRIGHTNESS_TEMPLATE = "brightness_template" |
| string | CONF_COLOR_TEMP_TEMPLATE = "color_temp_template" |
| string | CONF_COMMAND_OFF_TEMPLATE = "command_off_template" |
| string | CONF_COMMAND_ON_TEMPLATE = "command_on_template" |
| string | CONF_EFFECT_LIST = "effect_list" |
| string | CONF_EFFECT_TEMPLATE = "effect_template" |
| string | CONF_GREEN_TEMPLATE = "green_template" |
| string | CONF_MAX_MIREDS = "max_mireds" |
| string | CONF_MIN_MIREDS = "min_mireds" |
| string | CONF_RED_TEMPLATE = "red_template" |
| string | DEFAULT_NAME = "MQTT Template Light" |
| DISCOVERY_SCHEMA_TEMPLATE | |
| string | DOMAIN = "mqtt_template" |
| tuple | PLATFORM_SCHEMA_MODERN_TEMPLATE |
| tuple | VALUE_TEMPLATES |
Support for MQTT Template lights.
|
private |
Definition at line 52 of file schema_template.py.
| tuple homeassistant.components.mqtt.light.schema_template.COMMAND_TEMPLATES = (CONF_COMMAND_ON_TEMPLATE, CONF_COMMAND_OFF_TEMPLATE) |
Definition at line 70 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_BLUE_TEMPLATE = "blue_template" |
Definition at line 58 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_BRIGHTNESS_TEMPLATE = "brightness_template" |
Definition at line 59 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_COLOR_TEMP_TEMPLATE = "color_temp_template" |
Definition at line 60 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_COMMAND_OFF_TEMPLATE = "command_off_template" |
Definition at line 61 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_COMMAND_ON_TEMPLATE = "command_on_template" |
Definition at line 62 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_EFFECT_LIST = "effect_list" |
Definition at line 63 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_EFFECT_TEMPLATE = "effect_template" |
Definition at line 64 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_GREEN_TEMPLATE = "green_template" |
Definition at line 65 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_MAX_MIREDS = "max_mireds" |
Definition at line 66 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_MIN_MIREDS = "min_mireds" |
Definition at line 67 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.CONF_RED_TEMPLATE = "red_template" |
Definition at line 68 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.DEFAULT_NAME = "MQTT Template Light" |
Definition at line 56 of file schema_template.py.
| homeassistant.components.mqtt.light.schema_template.DISCOVERY_SCHEMA_TEMPLATE |
Definition at line 103 of file schema_template.py.
| string homeassistant.components.mqtt.light.schema_template.DOMAIN = "mqtt_template" |
Definition at line 54 of file schema_template.py.
| tuple homeassistant.components.mqtt.light.schema_template.PLATFORM_SCHEMA_MODERN_TEMPLATE |
Definition at line 81 of file schema_template.py.
| tuple homeassistant.components.mqtt.light.schema_template.VALUE_TEMPLATES |
Definition at line 71 of file schema_template.py.