1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for color_temp_command_template in MQTT light component (#19675)

* Add support for color_temp_command_template in MQTT light component
This commit is contained in:
Daniel Chesterton
2019-01-01 14:42:41 +00:00
committed by emontnemery
parent b9f4a7220e
commit 61d5b3028d
3 changed files with 43 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ ABBREVIATIONS = {
'bri_scl': 'brightness_scale',
'bri_stat_t': 'brightness_state_topic',
'bri_val_tpl': 'brightness_value_template',
'clr_temp_cmd_tpl': 'color_temp_command_template',
'clr_temp_cmd_t': 'color_temp_command_topic',
'clr_temp_stat_t': 'color_temp_state_topic',
'clr_temp_val_tpl': 'color_temp_value_template',