From dded8e7ad2563a35f3cafb054c9cb643414bb6eb Mon Sep 17 00:00:00 2001 From: Patrick ZAJDA Date: Fri, 17 Feb 2023 19:09:49 +0100 Subject: [PATCH] Specify qos is also used for MQTT lock command topic (#26266) Signed-off-by: Patrick ZAJDA --- source/_integrations/lock.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/lock.mqtt.markdown b/source/_integrations/lock.mqtt.markdown index c64b9512b0d..7a494761678 100644 --- a/source/_integrations/lock.mqtt.markdown +++ b/source/_integrations/lock.mqtt.markdown @@ -193,7 +193,7 @@ payload_open: type: string default: OPEN qos: - description: The maximum QoS level of the state topic. + description: The maximum QoS level of the state topic. It will also be used for messages published to command topic. required: false type: integer default: 0