From 9b23c319003b076cc167ba24cc4d0555d80e29a7 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 15 Jul 2020 11:13:40 +0200 Subject: [PATCH] Correct how to disable MQTT birth and will messages (#14005) --- 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 7b4f136b2ce..4c190c13c14 100644 --- a/source/_docs/mqtt/birth_will.markdown +++ b/source/_docs/mqtt/birth_will.markdown @@ -28,7 +28,7 @@ birth_message: type: list keys: topic: - description: The MQTT topic to publish the message. Set to the empty string, `""`, to disable publishing a birth message. + description: The MQTT topic to publish the message. Set to the empty dict, `{}`, to disable publishing a birth message. required: false default: homeassistant/status type: string @@ -48,7 +48,7 @@ birth_message: default: false type: boolean will_message: - description: Will Message. Set to the empty string, `""`, to disable publishing a will message. + description: Will Message. Set to the empty dict, `{}`, to disable publishing a will message. required: false type: list keys: