From d1ca1a5fa9f5447804f349a2c970ebec12c1bd47 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 29 Jun 2023 22:59:11 +0200 Subject: [PATCH] Fix incorrect type and default url_topic option mqtt image (#28015) --- source/_integrations/image.mqtt.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_integrations/image.mqtt.markdown b/source/_integrations/image.mqtt.markdown index 16a35e72a8a..51ef0266348 100644 --- a/source/_integrations/image.mqtt.markdown +++ b/source/_integrations/image.mqtt.markdown @@ -177,8 +177,7 @@ url_template: url_topic: description: The MQTT topic to subscribe to receive an image URL. A `url_template` option can extract the URL from the message. The `content_type` will be derived from the image when downloaded. This option cannot be used together with the `image_topic` option, but at least one of these options is required. required: exclusive - type: boolean - default: false + type: string {% endconfiguration %} ### Example receiving images from from a URL