From 374295a7887b2bf1fdd67b3cb475f715a7423005 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 26 Aug 2017 22:27:38 +0200 Subject: [PATCH] Hotfix of Liquid exception, thrown by TravisCI: Unknown tag --- source/_components/cover.template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/cover.template.markdown b/source/_components/cover.template.markdown index 8deb55da653..53f54856019 100644 --- a/source/_components/cover.template.markdown +++ b/source/_components/cover.template.markdown @@ -50,7 +50,7 @@ Configuration variables: - **friendly_name** (*Optional*): Name to use in the frontend. - **entity_id** (*Optional*): Add a list of entity IDs so the switch only reacts to state changes of these entities. This will reduce the number of times the cover will try to update it's state. -## {% linkable_Optitmistic Mode %} +## {% linkable_title Optitmistic Mode %} In optmistic mode, the cover position state is maintained internally. This mode is automatically enabled if neither `value_template` or `position_template` are sepcified. Note that this is unlikely to be very reliable without some feedback mechanism, since there is otherwise no way to know if the cover is moving properly. The cover can be forced into optimistic mode by using the `optimistic` attribute. There is an equivalent mode for tilt-position that is enabled when `tilt_template` is not specified or when the `tilt-optimistic` attribute is used.