Add note replayed mqtt event messages will be discarded (#30508)

This commit is contained in:
Jan Bouwhuis 2023-12-27 12:49:10 +01:00 committed by GitHub
parent 1b68cdfc74
commit 3f685657bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ qos:
type: integer
default: 0
state_topic:
description: The MQTT topic subscribed to receive JSON event payloads. The JSON payload should contain the `event_type` element. The event type should be one of the configured `event_types`.
description: The MQTT topic subscribed to receive JSON event payloads. The JSON payload should contain the `event_type` element. The event type should be one of the configured `event_types`. Note that replayed retained messages will be discarded.
default: None
required: true
type: string