From ec415509a1193003a6df7d7fb790f2ae9f487dcd Mon Sep 17 00:00:00 2001 From: emontnemery Date: Fri, 1 Mar 2019 14:03:29 +0100 Subject: [PATCH] Update discovery.markdown --- source/_docs/mqtt/discovery.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index 85983004e2b8..7785650e3d90 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -98,6 +98,7 @@ Supported abbreviations: 'cln_tpl': 'cleaning_template', 'cmd_t': 'command_topic', 'curr_temp_t': 'current_temperature_topic', + 'dev': 'device', 'dev_cla': 'device_class', 'dock_t': 'docked_topic', 'dock_tpl': 'docked_template', @@ -121,6 +122,7 @@ Supported abbreviations: 'ic': 'icon', 'init': 'initial', 'json_attr': 'json_attributes', + 'json_attr_t': 'json_attributes_topic', 'max_temp': 'max_temp', 'min_temp': 'min_temp', 'mode_cmd_t': 'mode_command_topic', @@ -189,6 +191,7 @@ Supported abbreviations: 'unit_of_meas': 'unit_of_measurement', 'val_tpl': 'value_template', 'whit_val_cmd_t': 'white_value_command_topic', + 'whit_val_scl': 'white_value_scale', 'whit_val_stat_t': 'white_value_state_topic', 'whit_val_tpl': 'white_value_template', 'xy_cmd_t': 'xy_command_topic', @@ -196,6 +199,16 @@ Supported abbreviations: 'xy_val_tpl': 'xy_value_template', ``` +Supported abbreviations for device registry configuration: +``` + 'cns': 'connections', + 'ids': 'identifiers', + 'name': 'name', + 'mf': 'manufacturer', + 'mdl': 'model', + 'sw': 'sw_version', +``` + ### {% linkable_title Support by third-party tools %} The following software has built-in support for MQTT discovery: