From 4a8f8a1bf063a4581b54c58433fb553475e1dd23 Mon Sep 17 00:00:00 2001 From: Hilbrand Bouwkamp Date: Fri, 21 Aug 2020 12:53:14 +0200 Subject: [PATCH] Update discovery.markdown (#14280) Updated discovery markdown to contain all abbreviations found in the abbreviations.py file. Signed-off-by: Hilbrand Bouwkamp --- source/_docs/mqtt/discovery.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index 442a6d82579..04d5717fa0a 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -73,6 +73,7 @@ Supported abbreviations: 'aux_cmd_t': 'aux_command_topic', 'aux_stat_tpl': 'aux_state_template', 'aux_stat_t': 'aux_state_topic', + 'avty' 'availability', 'avty_t': 'availability_topic', 'away_mode_cmd_t': 'away_mode_command_topic', 'away_mode_stat_tpl': 'away_mode_state_template', @@ -135,6 +136,8 @@ Supported abbreviations: 'json_attr': 'json_attributes', 'json_attr_t': 'json_attributes_topic', 'json_attr_tpl': 'json_attributes_template', + 'max_mirs': 'max_mireds', + 'min_mirs': 'min_mireds', 'max_temp': 'max_temp', 'min_temp': 'min_temp', 'mode_cmd_t': 'mode_command_topic',