From 0aa06d22f10bc11009d879b583ddab93b240fb12 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sun, 24 Oct 2021 11:35:46 +0200 Subject: [PATCH] Move `configuration_url` abbreviation to MQTT `DEVICE_ABBREVIATIONS` const (#58313) --- homeassistant/components/mqtt/abbreviations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mqtt/abbreviations.py b/homeassistant/components/mqtt/abbreviations.py index fa7344f82c5..155667b00cb 100644 --- a/homeassistant/components/mqtt/abbreviations.py +++ b/homeassistant/components/mqtt/abbreviations.py @@ -22,7 +22,6 @@ ABBREVIATIONS = { "clr_temp_cmd_tpl": "color_temp_command_template", "bat_lev_t": "battery_level_topic", "bat_lev_tpl": "battery_level_template", - "cu": "configuration_url", "chrg_t": "charging_topic", "chrg_tpl": "charging_template", "clrm": "color_mode", @@ -246,6 +245,7 @@ ABBREVIATIONS = { DEVICE_ABBREVIATIONS = { "cns": "connections", + "cu": "configuration_url", "ids": "identifiers", "name": "name", "mf": "manufacturer",