From 502ee8228a751145e0781865948eba7421b47aec Mon Sep 17 00:00:00 2001 From: Christopher Cavey Date: Wed, 16 Oct 2019 09:27:09 -0400 Subject: [PATCH] Reflect the correct default retain status See https://github.com/home-assistant/home-assistant/pull/27574 See https://github.com/home-assistant/home-assistant/issues/27573 --- 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 0a6c2f818e9..3c1737f3a91 100644 --- a/source/_docs/mqtt/birth_will.markdown +++ b/source/_docs/mqtt/birth_will.markdown @@ -41,7 +41,7 @@ birth_message: retain: description: If the published message should have the retain flag on or not. required: false - default: true + default: false type: boolean will_message: description: Will Message @@ -64,6 +64,6 @@ will_message: retain: description: If the published message should have the retain flag on or not. required: false - default: true + default: false type: boolean {% endconfiguration %}