Add retain option to MQTT alarm panel documentation (#15826)

This commit is contained in:
Gavin Staniforth 2020-12-05 10:12:17 +00:00 committed by GitHub
parent 741db2738e
commit 623c0935a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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