mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Move configuration_url
abbreviation to MQTT DEVICE_ABBREVIATIONS
const (#58313)
This commit is contained in:
parent
2df13d0118
commit
0aa06d22f1
@ -22,7 +22,6 @@ ABBREVIATIONS = {
|
|||||||
"clr_temp_cmd_tpl": "color_temp_command_template",
|
"clr_temp_cmd_tpl": "color_temp_command_template",
|
||||||
"bat_lev_t": "battery_level_topic",
|
"bat_lev_t": "battery_level_topic",
|
||||||
"bat_lev_tpl": "battery_level_template",
|
"bat_lev_tpl": "battery_level_template",
|
||||||
"cu": "configuration_url",
|
|
||||||
"chrg_t": "charging_topic",
|
"chrg_t": "charging_topic",
|
||||||
"chrg_tpl": "charging_template",
|
"chrg_tpl": "charging_template",
|
||||||
"clrm": "color_mode",
|
"clrm": "color_mode",
|
||||||
@ -246,6 +245,7 @@ ABBREVIATIONS = {
|
|||||||
|
|
||||||
DEVICE_ABBREVIATIONS = {
|
DEVICE_ABBREVIATIONS = {
|
||||||
"cns": "connections",
|
"cns": "connections",
|
||||||
|
"cu": "configuration_url",
|
||||||
"ids": "identifiers",
|
"ids": "identifiers",
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"mf": "manufacturer",
|
"mf": "manufacturer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user