mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
add abbreviation for current_temperature_template (#9400)
This commit is contained in:
parent
edc75ac2b9
commit
f2cb7f4e99
@ -99,6 +99,7 @@ Supported abbreviations:
|
|||||||
'cln_tpl': 'cleaning_template',
|
'cln_tpl': 'cleaning_template',
|
||||||
'cmd_t': 'command_topic',
|
'cmd_t': 'command_topic',
|
||||||
'curr_temp_t': 'current_temperature_topic',
|
'curr_temp_t': 'current_temperature_topic',
|
||||||
|
'curr_temp_tpl': 'current_temperature_template',
|
||||||
'dev': 'device',
|
'dev': 'device',
|
||||||
'dev_cla': 'device_class',
|
'dev_cla': 'device_class',
|
||||||
'dock_t': 'docked_topic',
|
'dock_t': 'docked_topic',
|
||||||
@ -297,7 +298,7 @@ Setting up a climate component (heat only) with abbreviated configuration variab
|
|||||||
"temp_stat_t":"homeassistant/climate/livingroom/state",
|
"temp_stat_t":"homeassistant/climate/livingroom/state",
|
||||||
"temp_stat_tpl":"{{value_json.target_temp}}",
|
"temp_stat_tpl":"{{value_json.target_temp}}",
|
||||||
"curr_temp_t":"homeassistant/climate/livingroom/state",
|
"curr_temp_t":"homeassistant/climate/livingroom/state",
|
||||||
"current_temperature_template":"{{value_json.current_temp}}",
|
"curr_temp_tpl":"{{value_json.current_temp}}",
|
||||||
"min_temp":"15",
|
"min_temp":"15",
|
||||||
"max_temp":"25",
|
"max_temp":"25",
|
||||||
"temp_step":"0.5",
|
"temp_step":"0.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user