mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Merge pull request #10818 from cicavey/patch-1
Reflect the correct default retain status
This commit is contained in:
commit
9eaf4a4636
@ -41,7 +41,7 @@ birth_message:
|
|||||||
retain:
|
retain:
|
||||||
description: If the published message should have the retain flag on or not.
|
description: If the published message should have the retain flag on or not.
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
will_message:
|
will_message:
|
||||||
description: Will Message
|
description: Will Message
|
||||||
@ -64,6 +64,6 @@ will_message:
|
|||||||
retain:
|
retain:
|
||||||
description: If the published message should have the retain flag on or not.
|
description: If the published message should have the retain flag on or not.
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user