mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Correct how to disable MQTT birth and will messages (#14005)
This commit is contained in:
parent
f837befae2
commit
9b23c31900
@ -28,7 +28,7 @@ birth_message:
|
|||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
topic:
|
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
|
required: false
|
||||||
default: homeassistant/status
|
default: homeassistant/status
|
||||||
type: string
|
type: string
|
||||||
@ -48,7 +48,7 @@ birth_message:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
will_message:
|
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
|
required: false
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user