From cfb69e24dd5e6e665baea2f7ac0f45c0c24acd17 Mon Sep 17 00:00:00 2001 From: Brian Egge Date: Thu, 23 Dec 2021 19:29:56 -0500 Subject: [PATCH] Generic thermostats presets (#20264) --- .../_integrations/generic_thermostat.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index ecc7086facf..6f767ba2f98 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -81,7 +81,23 @@ initial_hvac_mode: required: false type: string away_temp: - description: "Set the temperature used by `preset_mode: away`. If this is not specified, the preset mode feature will not be available." + description: "Set the temperature used by `preset_mode: away`." + required: false + type: float +comfort_temp: + description: "Set the temperature used by `preset_mode: comfort`." + required: false + type: float +home_temp: + description: "Set the temperature used by `preset_mode: home`." + required: false + type: float +sleep_temp: + description: "Set the temperature used by `preset_mode: sleep`." + required: false + type: float +activity_temp: + description: "Set the temperature used by `preset_mode: activity`." required: false type: float precision: