aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index f6c9b86c..89ca31dc 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -241,8 +241,8 @@
# Temperature-triggered cooling fans (one may define any number of
# sections with a "temperature_fan" prefix). A "temperature fan" is a
# fan that will be enabled whenever its associated sensor is above a
-# set temperature. By default, a heater_fan has a shutdown_speed equal
-# to max_power.
+# set temperature. By default, a temperature_fan has a shutdown_speed
+# equal to max_power.
#[temperature_fan my_temp_fan]
#pin:
#max_power:
@@ -273,9 +273,9 @@
# will be set to when the sensor temperature exceeds the set value.
# The default is 1.0.
#min_speed: 0.3
-# The minumin fan speed (expressed as a value from 0.0 to 1.0) that the fan
-# will be set to when the sensor temperature is the set value.
-# The default is 0.3.
+# The minimum fan speed (expressed as a value from 0.0 to 1.0) that
+# the fan will be set to when the sensor temperature is the set
+# value. The default is 0.3.
#control: watermark
# Control algorithm (either watermark or pid). This parameter must
# be provided.
@@ -347,10 +347,10 @@
# The pin to configure as an output. This parameter must be
# provided.
#pwm: False
-# Set if the output pin should be capable of
-# pulse-width-modulation. If this is true, the value fields should
-# be between 0 and 1; if it is false the value fields should be
-# either 0 or 1. The default is False.
+# Set if the output pin should be capable of pulse-width-modulation.
+# If this is true, the value fields should be between 0 and 1; if it
+# is false the value fields should be either 0 or 1. The default is
+# False.
#static_value:
# If this is set, then the pin is assigned to this value at startup
# and the pin can not be changed during runtime. A static pin uses