From 1b24ea7f6e9f9136dbd9f152cb7c53b9d39d97be Mon Sep 17 00:00:00 2001 From: apaperclip <67401560+apaperclip@users.noreply.github.com> Date: Thu, 26 Aug 2021 13:29:44 -0400 Subject: [PATCH] Fix typo in lock optimistic variable description (#19089) --- source/_integrations/template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 04e85568d9e..1c79726a92f 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -197,7 +197,7 @@ number: type: template default: 100.0 optimistic: - description: Flag that defines if lock works in optimistic mode. + description: Flag that defines if number works in optimistic mode. required: false type: boolean default: false @@ -709,4 +709,4 @@ sensor: required: false type: device_class default: None -{% endconfiguration %} \ No newline at end of file +{% endconfiguration %}