From 8c84e47c94621d3fefc2f4c78068e8aae9c7d28b Mon Sep 17 00:00:00 2001 From: unixko <44964969+unixko@users.noreply.github.com> Date: Sun, 3 May 2020 00:59:23 +0700 Subject: [PATCH] added abbreviation for temperature_unit (#35076) Added temp_unit for temperature_unit. --- homeassistant/components/mqtt/abbreviations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/mqtt/abbreviations.py b/homeassistant/components/mqtt/abbreviations.py index e4262a7c548..4b310fb19ec 100644 --- a/homeassistant/components/mqtt/abbreviations.py +++ b/homeassistant/components/mqtt/abbreviations.py @@ -159,6 +159,7 @@ ABBREVIATIONS = { "temp_lo_stat_t": "temperature_low_state_topic", "temp_stat_tpl": "temperature_state_template", "temp_stat_t": "temperature_state_topic", + "temp_unit": "temperature_unit", "tilt_clsd_val": "tilt_closed_value", "tilt_cmd_t": "tilt_command_topic", "tilt_inv_stat": "tilt_invert_state",