Correct docs for disabling MQTT birth message (#14146)

This commit is contained in:
Erik Montnemery 2020-08-03 21:13:37 +02:00 committed by GitHub
parent fff499fc3a
commit 9d0ee2c496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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