From b600138c22c6cdfb293ae52b6cb63e5ec49c6466 Mon Sep 17 00:00:00 2001 From: Dale Higgs Date: Thu, 21 Jan 2021 05:41:14 -0600 Subject: [PATCH] Format values as code blocks (#16242) --- source/_integrations/fan.template.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/fan.template.markdown b/source/_integrations/fan.template.markdown index 09aa1495c9e..35bac403e6b 100644 --- a/source/_integrations/fan.template.markdown +++ b/source/_integrations/fan.template.markdown @@ -10,8 +10,8 @@ ha_domain: template --- The `template` platform creates fans that combine integrations and provides the -ability to run scripts or invoke services for each of the turn_on, turn_off, set_speed, -set_oscillating, and set_direction commands of a fan. +ability to run scripts or invoke services for each of the `turn_on`, `turn_off`, `set_speed`, +`set_oscillating`, and `set_direction` commands of a fan. To enable Template Fans in your installation, add the following to your `configuration.yaml` file: @@ -68,7 +68,7 @@ fan: required: false type: string value_template: - description: "Defines a template to get the state of the fan. Valid value: 'on'/'off'" + description: "Defines a template to get the state of the fan. Valid values: `on`, `off`" required: true type: template speed_template: @@ -76,11 +76,11 @@ fan: required: false type: template oscillating_template: - description: "Defines a template to get the osc state of the fan. Valid value: true/false" + description: "Defines a template to get the osc state of the fan. Valid values: `true`, `false`" required: false type: template direction_template: - description: "Defines a template to get the direction of the fan. Valid value: 'forward'/'reverse'" + description: "Defines a template to get the direction of the fan. Valid values: `forward`, `reverse`" required: false type: template availability_template: