From f386088defcdbae4eb5cfbda741c606e34bb45c2 Mon Sep 17 00:00:00 2001 From: unixko <44964969+unixko@users.noreply.github.com> Date: Tue, 7 May 2019 13:27:35 +0700 Subject: [PATCH] add abbreviation for current_temperature_template (#23733) --- homeassistant/components/mqtt/discovery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/mqtt/discovery.py b/homeassistant/components/mqtt/discovery.py index d9efd9123e7..c87b1544c55 100644 --- a/homeassistant/components/mqtt/discovery.py +++ b/homeassistant/components/mqtt/discovery.py @@ -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',