mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +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 %}
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user