mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Correct docs for disabling MQTT birth message (#14146)
This commit is contained in:
parent
fff499fc3a
commit
9d0ee2c496
@ -23,12 +23,12 @@ mqtt:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
birth_message:
|
birth_message:
|
||||||
description: Birth Message.
|
description: Birth Message. Set to the empty dict, `{}`, to disable publishing a birth message.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
topic:
|
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
|
required: false
|
||||||
default: homeassistant/status
|
default: homeassistant/status
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user