updating documentation

This commit is contained in:
Brian Cribbs 2017-04-29 19:29:09 -04:00
parent a3fe52135b
commit b0768fc772

View File

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