From ea6fb0079d894613d7202a8f77ea2192676f16a3 Mon Sep 17 00:00:00 2001 From: rich-kettlewell <122128709+rich-kettlewell@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:55:14 +0000 Subject: [PATCH] Update template.markdown (#26594) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index b6f5209a048..9228e8ed5fc 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -251,7 +251,7 @@ button: required: false type: template availability: - description: Defines a template to get the `available` state of the entity. If the template either fails to render or returns `True`, `"1"`, `"true"`, `"yes"`, `"on"`, `"enable"`, or a non-zero number, the entity will be `available`. If the template returns any other value, the entity will be `unavailable`. If not configured, the entity will always be `available`. Note that the string comparison not case sensitive; `"TrUe"` and `"yEs"` are allowed. + description: Defines a template to get the `available` state of the entity. If the template either fails to render or returns `True`, `"1"`, `"true"`, `"yes"`, `"on"`, `"enable"`, or a non-zero number, the entity will be `available`. If the template returns any other value, the entity will be `unavailable`. If not configured, the entity will always be `available`. Note that the string comparison is not case sensitive; `"TrUe"` and `"yEs"` are allowed. required: false type: template default: true