add abbreviation for current_temperature_template (#23733)

This commit is contained in:
unixko 2019-05-07 13:27:35 +07:00 committed by Fabian Affolter
parent c07c557298
commit f386088def

View file

@ -94,6 +94,7 @@ 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',