Correct how to disable MQTT birth and will messages (#14005)

This commit is contained in:
Erik Montnemery 2020-07-15 11:13:40 +02:00 committed by GitHub
parent f837befae2
commit 9b23c31900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: