diff --git a/source/_integrations/alarm_control_panel.mqtt.markdown b/source/_integrations/alarm_control_panel.mqtt.markdown index 9f81481ca06..1d11dadb497 100644 --- a/source/_integrations/alarm_control_panel.mqtt.markdown +++ b/source/_integrations/alarm_control_panel.mqtt.markdown @@ -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