From 32264bb9531f14456db57538a26968d60993e1b7 Mon Sep 17 00:00:00 2001 From: Paul Monigatti Date: Sun, 31 Oct 2021 15:34:15 +1300 Subject: [PATCH] Add option to use MQTT abbreviations (#1582) --- components/mqtt.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/mqtt.rst b/components/mqtt.rst index 0f2399c99..03df201c5 100644 --- a/components/mqtt.rst +++ b/components/mqtt.rst @@ -43,6 +43,9 @@ Configuration variables: - **discovery_prefix** (*Optional*, string): The prefix to use for Home Assistant’s MQTT discovery. Should not contain trailing slash. Defaults to ``homeassistant``. +- **use_abbreviations** (*Optional*, boolean): Whether to use + `Abbreviations `__ + in discovery messages. Defaults to ``true``. - **topic_prefix** (*Optional*, string): The prefix used for all MQTT messages. Should not contain trailing slash. Defaults to ````.