From 9d0ee2c496ac20923bca7733c324ea50a66af206 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 3 Aug 2020 21:13:37 +0200 Subject: [PATCH] Correct docs for disabling MQTT birth message (#14146) --- source/_docs/mqtt/birth_will.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/mqtt/birth_will.markdown b/source/_docs/mqtt/birth_will.markdown index 4c190c13c14..c4cc9b5d939 100644 --- a/source/_docs/mqtt/birth_will.markdown +++ b/source/_docs/mqtt/birth_will.markdown @@ -23,12 +23,12 @@ mqtt: {% configuration %} birth_message: - description: Birth Message. + description: Birth Message. Set to the empty dict, `{}`, to disable publishing a birth message. required: false type: list keys: topic: - description: The MQTT topic to publish the message. Set to the empty dict, `{}`, to disable publishing a birth message. + description: The MQTT topic to publish the message. required: false default: homeassistant/status type: string