mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix incorrect type and default url_topic option mqtt image (#28015)
This commit is contained in:
parent
49642bc1cd
commit
d1ca1a5fa9
@ -177,8 +177,7 @@ url_template:
|
|||||||
url_topic:
|
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.
|
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
|
required: exclusive
|
||||||
type: boolean
|
type: string
|
||||||
default: false
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Example receiving images from from a URL
|
### Example receiving images from from a URL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user