From aa9e52221fc5a68a73651759b9453f845a4a6fb0 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 13 Apr 2021 13:06:12 +0200 Subject: [PATCH] Tweak mqtt_eventstream ignore_event documentation (#17433) --- source/_integrations/mqtt_eventstream.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/mqtt_eventstream.markdown b/source/_integrations/mqtt_eventstream.markdown index e24cbc36ae4..e96f0072480 100644 --- a/source/_integrations/mqtt_eventstream.markdown +++ b/source/_integrations/mqtt_eventstream.markdown @@ -31,7 +31,7 @@ subscribe_topic: required: false type: string ignore_event: - description: Ignore sending these [events](/docs/configuration/events/) over mqtt. + description: List of [events](/docs/configuration/events/) which will not be sent over mqtt. required: false type: list {% endconfiguration %}