Tweak mqtt_eventstream ignore_event documentation (#17433)

This commit is contained in:
Erik Montnemery 2021-04-13 13:06:12 +02:00 committed by GitHub
parent 8645dc2559
commit aa9e52221f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}