From b0768fc772cff04af93be4e452a7632602731e6e Mon Sep 17 00:00:00 2001 From: Brian Cribbs Date: Sat, 29 Apr 2017 19:29:09 -0400 Subject: [PATCH] updating documentation --- source/_components/cover.mqtt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index a64346d8c2e..60e10391dab 100755 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -52,6 +52,7 @@ Configuration variables: - **tilt_max** (*Optional*): The maximum tilt value. Default is `100` - **tilt_closed_value** (*Optional*): The value that will be sent on a `close_cover_tilt` command. Default is `0` - **tilt_opened_value** (*Optional*): The value that will be sent on an `open_cover_tilt` command. Default is `100` +- **tilt_status_optimistic** (*Optional*): Flag that determines if tilt works in optimistic mode. Default is `true` if `tilt_status_topic` is not deinfed, else `false` ## {% linkable_title Examples %}