diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index b593f60ffc9..cd58e125425 100644 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -67,7 +67,7 @@ payload_stop: type: string default: STOP state_topic: - description: The MQTT topic subscribed to receive cover state messages. Use only if not using get_position_topic. State topic can only read open/close state. Cannot read position state. + description: The MQTT topic subscribed to receive cover state messages. Use only if not using `position_topic`. State topic can only read open/close state. Cannot read position state. If `position_topic` is set `state_topic` is ignored. required: false type: string state_open: @@ -81,7 +81,7 @@ state_closed: type: string default: closed position_topic: - description: The MQTT topic subscribed to receive cover position messages. Always in favor if used together with state_topic. + description: The MQTT topic subscribed to receive cover position messages. If `position_topic` is set `state_topic` is ignored. required: false type: integer position_open: