mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Reflect the correct default retain status
See https://github.com/home-assistant/home-assistant/pull/27574 See https://github.com/home-assistant/home-assistant/issues/27573
This commit is contained in:
parent
1a0a2d045b
commit
502ee8228a
@ -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