1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

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',
'cmd_t': 'command_topic',
'curr_temp_t': 'current_temperature_topic',
'curr_temp_tpl': 'current_temperature_template',
'dev': 'device',
'dev_cla': 'device_class',
'dock_t': 'docked_topic',