mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add retain option to MQTT alarm panel documentation (#15826)
This commit is contained in:
parent
741db2738e
commit
623c0935a7
@ -169,6 +169,11 @@ qos:
|
||||
required: false
|
||||
type: integer
|
||||
default: 0
|
||||
retain:
|
||||
description: If the published message should have the retain flag on or not.
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
state_topic:
|
||||
description: The MQTT topic subscribed to receive state updates.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user