mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Update thermostat.rst (#2041)
* Update thermostat.rst Explained "default_mode" in more detail. * Update components/climate/thermostat.rst Co-authored-by: Keith Burzinski <kbx81x@gmail.com> * Update thermostat.rst Removed 'default' modes as per suggestions Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
parent
2d5d7d9cf2
commit
407c7c816e
@ -174,6 +174,12 @@ These configuration items determine default values the thermostat controller sho
|
||||
- ``fan_only``
|
||||
- ``auto``
|
||||
|
||||
This value is used the first time your device starts after ESPHome is initially installed onto it. Add
|
||||
this option into your configuration if you want your thermostat component to start in a climate mode other
|
||||
than ``off``. If this option is not configured, you'll need to manually change the climate mode later via
|
||||
the front end (Home Assistant), an ESPHome action, automation, or from within a lambda elsewhere in your
|
||||
device's configuration.
|
||||
|
||||
- **default_target_temperature_low** (*Optional*, float): The default low target
|
||||
temperature for the control algorithm. This can be dynamically set in the frontend later.
|
||||
- **default_target_temperature_high** (*Optional*, float): The default high target
|
||||
|
Loading…
Reference in New Issue
Block a user