Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion source/_integrations/generic_thermostat.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down